Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Comparison Functor Types vs. operator<

c++ stl coding-style

Call member function on each element in a container

c++ stl boost coding-style

Is VERIFY(...) a good practice in C++ coding?

c++ coding-style verify

Refactor nested IF statement for clarity [closed]

refactoring coding-style

int i vs int index etc. Which one is better? [duplicate]

How do I make this code more readable?

c# coding-style readability

What is best practice as far as using perl-isms (idiomatic expressions) in Perl?

One line functions in C?

Is there a particular naming convention for Java methods that throw exceptions?

C# Equivalent for C++ Macros and using Auto<> Properties

c# properties coding-style

Is it bad to do Inner assignments?

java coding-style

Guidelines to improve your code

c++ coding-style

What is the best way to use whitespace while programming? [closed]

coding-style whitespace

Is it acceptable to use tricks to save programmer when putting data in your code?

python coding-style

Why use infinite loops?

c++ coding-style

Is this good C# style?

c# coding-style

What's a good name for an Enum for Yes & No values

What are your "hard rules" about commenting your code?

coding-style comments

How does the verbosity of identifiers affect the performance of a programmer?

PEP 0008: What does the BDFL mean by 'in true XP style'?

python coding-style