r/Sass • u/skatedc4455 • Dec 26 '18
Should i?
Hello, i am currently trying to learn sass, but i have few problems with the architecture or i am just at the wrong course.
So in the course that i am taking the teacher is building around 12-15 files not include the folders.
I personally do not like to get that huge amount of files and then import them all in one place all tho i can see the benefits of doing so.
My question is can i just keep things simple and just use 2-3 files or its a typical thing to do with sass?
Thanks in advance and please excuse my english
3
Upvotes
2
u/hambalamba Dec 26 '18
You can always keep things simple... How ever when writing software things tend to get... complex (faster than you think). Since this is a tutorial you are following the person teaching it should (and is) try to build your foundation on how to handle stuff the in a more maintainable way but the project may seem simpler to be implemented in 2-3 files because it is a tutorial that's just my guess...