Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Avoid checking the same condition every step in a loop in C++

Good introduction to generics

Is fast enumeration considered bad form or is it generally accepted?

Is there a reason why I shouldn't just define #define NSFM [NSFileManager defaultManager] instead of writing it out each time?

C# new class with only single property : derive from base or encapsulate into new?

Consistency vs Design Guidelines

coding-style

android change style dynamically

android coding-style

Custom item states for android selectors

Groovy/Grails code cleanup suggestions, please!

grails groovy coding-style

Which one is better? do{} while(0); or goto xy; [closed]

c coding-style goto do-while

Python - what's your conventions to declare your attributes in a class?

Consolidating coding styles: Funcs, private method, single method classes

c# coding-style func

Convention for methods declaration in Java

java coding-style

C style guide tips for a <80 char line

c coding-style

Is asserting that every object creation succeeded necessary in Objective C?

objective-c coding-style

if else condition in class constructor ... is it good practice?

Java naming convention with acronyms [duplicate]

java coding-style

Returning dictionaries from methods

What's the best way to store regex strings in Haskell?

regex haskell coding-style

Why can't a designated initializer call a secondary initializer in its base class?