Problems in trying to implement coding standards
Filed Under Standards, Coding, Document, Process, Software | Posted on October 13, 2007
Coding standards sound like the best thing possible; they help in getting uniformity, they enable easy transition, they promote easy code review and preparation of documents such as SDK’s, and so on. So why would you not be able to get coding standards implemented across development teams ?
Mostly it is due to individuality. Most developers […]
Coding standards for different languages
Filed Under Coding, Standards, Document, Process, Development, Software | Posted on October 13, 2007
Nowadays code can be written in a number of different platforms and architectures. For example, earlier, you would have primarily C and C++ as the different languages in which code was written for a majority of applications, but now there are so many different languages and platforms that the same coding standards cannot be used […]