Search code examples
Code structure: should I use lots of functions to increase readability?...

coding-stylecode-readabilitycode-structure

Read More
Neatest/most idiomatic way to rewrite this If in C#...

c#refactoringcode-snippetscode-readabilityconditional-statements

Read More
Should I include files included in another header?...

c++classincludecode-readability

Read More
php refactoring and better coding for php?...

phpmysqlperformancerefactoringcode-readability

Read More
Challenges of refactoring unit-tests to be maintainable and readable when dealing with List<T>...

unit-testinglistrefactoringcode-readabilitycode-maintainability

Read More
What's the normal way of organising a header file in Objective-C?...

iphoneobjective-ccode-readabilitycode-maintainability

Read More
How can I decouple this C# worker thread code from the main thread for shared data variables?...

c#.netmultithreadingdependency-injectioncode-readability

Read More
What C# language features help you to reduce lines of code and improve readability?...

c#resharperlanguage-featurescode-readability

Read More
How can this 6 line method be refactored to be more readable?...

rubyoopreadabilityrefactoringcode-readability

Read More
Including commented Class declaration in implementation file...

c++documentationcommentscode-readability

Read More
General programming - else or else if for clarity...

if-statementcode-readabilityclarity

Read More
What is the best way to document data reader method calls?...

.netdocumentationcode-readability

Read More
BackNext