I used to wonder why big open-source projects have so many folders. Now, in my personal projects, I understand that organizing everything into specific folders makes it much easier to locate issues when something breaks.
@letphil4 күн бұрын
i know right. error messages are so much easier to find when broken down. can pin point exactly what i need to change. and hopefully that one fix can fix many other places as well
@669jelly4 күн бұрын
Eyyy Harmony Hive 🔥 folder structure and keeping everything as organized as possible really does help one and others that check your code out. P.s it was fun building that with you, and learned a lot. Thank you for all the knowledge 🙏
@letphil4 күн бұрын
that’s right. folder structure and organization will help your life immensely
@v0rkath4 күн бұрын
This is amazing, I'll definitely use this as a reference going forward for my future projects!
@letphil4 күн бұрын
thank you for your comment. theres definitely a lot of ways to do things but this helped for me
@selah_2215Күн бұрын
coding save lives
@RawseeRoss4 күн бұрын
Thanks for the example Phil. would you recommend to go with atomic for most projects or does that just depend on how big or small your scaling your projects?
@letphil4 күн бұрын
i think it’s a good way to separate things in your mind of small to big. on a smaller project. you can still use it. but not necessary. you can just have global components you can use but would definitely separate from use case. like form components, ui components, etc