Guest User

Untitled

a guest
Nov 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Kristian Israel 5:16 PM
  2. thats nice
  3. Daniel Fischer 5:16 PM
  4. the idea is layouts are generic
  5. 5:16 PM
  6. ui is generic
  7. 5:16 PM
  8. anything related to a controller/model (let's say they were scaffolded)
  9. 5:16 PM
  10. would create an assumed directory structure
  11. Kristian Israel 5:16 PM
  12. that sounds nice
  13. Daniel Fischer 5:16 PM
  14. like products/
  15. _new.css.scss
  16. products.css.scss <--- included finally all in here
  17. 5:16 PM
  18. anything that's from a controller/model is namespaced
  19. 5:16 PM
  20. w/ a body wrapper
  21. 5:17 PM
  22. body.products {
  23. }
  24. 5:17 PM
  25. So whatever you define inside will never affect other pages
  26. 5:17 PM
  27. unless you extrapolate it out into _ui file or something
  28. Kristian Israel 5:17 PM
  29. that is SOoooo niceee
  30. 5:17 PM
  31. right
  32. Daniel Fischer 5:17 PM
  33. So it forces all your code to naturally not conflict
  34. Kristian Israel 5:17 PM
  35. wow i love
  36. 5:17 PM
  37. lets have children
  38. Daniel Fischer 5:17 PM
  39. and if you want to refactor OUTWARDS to be more generic you have the structure to do so
  40. Kristian Israel 5:17 PM
  41. and name them tag and header
  42. Daniel Fischer 5:17 PM
  43. lololol
  44. Kristian Israel 5:18 PM
  45. thats freaken cool
  46. Daniel Fischer 5:18 PM
  47. Cool
  48. Kristian Israel...
Add Comment
Please, Sign In to add comment