You are viewing a single comment's thread from:
RE: SEC13 WK1 “Keeping it clean”
@cive40, clean code is essential to help developers understand each other. Having a well-organized file structure will help you have a better understanding of the application backend.
From the two images I shared above. The first image has a lot of files which can get another developer confused. In the second image, you can see that the directory has few files. The different directories have a good step-by-step step-by-step to the different files. That way a developer will not get lost when checking a particular file to work on.