16 Aug 2013
Improve Code Maintainability with Long Lines(!) in Visual Studio Code Snippets
Long lines of code with multiple statements on them are a bad programming practice, right? Well yes, but as with most rules – not always. E.g. when you insert a code snippet for a data-bindable property with two parameters like this:compare the reading effort of the generated... Read More