Define the Non Monolithic Coding
First off, client - server developers must adopt a new programming mindset. Much as with the shift to object - oriented design, developers should spend much more time architecting an application before coding begins. Programs developed top- down tends not to have the structure necessary for client - server programs. An application strewn with dependencies does not have a proper architecture. The developer must remember to structure portions of the application into modular components rather than one large monolithic mess.