Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
With the high–level information set, you’ll also want to consider good practical rules for development that can keep you organized and efficient while writing your app. Following, we’ll discuss some ideas for structuring your code and the directories in which it will be kept.
Now that you have your wireframes completed and you have a rough idea of where you want all the elements on your page to go, it’s time to start figuring out how you are going to structure your code so you are not doing more work than is needed when building your applications.
You’re probably scratching your head right now thinking,“ How difficult can it be? I’m just writing text to a page.” You would be right. However, let’s say you have ten different pages in your application. You push out an update to your web application and realize that you have a problem with something in your footer.