From Wikipedia (as of 4/14/14): … an approach to improve software and source code, in terms of: • General quality – Reducing the number of software bugs and problems. • Making the source code comprehensible – the source code should be readable and understandable so it is approved in a code audit. • Making the […]
Defensive Coding in C# Course Went Live Today!
How do you write great, maintainable code when faced with constantly changing requirements, legacy issues, intensive time pressures and a rapidly evolving environment? And how do you keep that code great after maintenance activities, multiple developers, and the ravages of time? My new Pluralsight course: Defensive Coding in C# shows you how to write great, […]
Does Your Code Feel Like a Ball and Chain?
Do you ever work on code that is disorganized; that was too often written the “quick” way instead of the “right” way? You try to make one little change or addition and the existing code makes everything difficult. The code feels like a ball and chain, dragging you down and slowing your progress. If you […]