March 13th in Code Organization Guidelines by . no comment .

How to Refactor a Mess into an Organized Web Application (Part 3: the Client Side)

In part 2 of the series, we organized the server-side of our vcard demo application. Today, we will be dealing with the client side: We will be progressively enhancing our initial application to get vcard data without refreshing the page; We will be strictly diving our application into four tiers; …

Continue Reading
March 4th in Code Organization Guidelines by . 2 comments .

How to Refactor a Mess into an Organized Web Application (Part 2: the Server Side)

Overview In the former post of our series, we started to refactor a simple vcard application, which initially was a total mess. In the first part, we defined a skeleton folder structure for our application; and we laid out the foundations of the BPC architecture. Where; Behavior/business logic (B) would …

Continue Reading
o2.js _
Fork Ribbon