Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

In F#, how do you handle (float seq) and { ts : DateTime; value: float } in a generic manner?

coding-style f#

Do you add information to the top of each .hpp/.cpp file? [closed]

c++ coding-style

A good way to implement useable Callbacks in C++

c++ coding-style callback

How to tidy up too many if statements for readability

if-statement coding-style

Methods which wrap a single method

c# .net api coding-style

How to refactor rapidly evolving code?

Thoughts on try-catch blocks

How to make it clear that a method can throw an exception?

c# coding-style

Setters returning the instance reference. Pattern or anti-pattern?

Coding style of "if" statements [duplicate]

c coding-style

Elegant check for null and exit in C#

What is wrong with accessing DBI directly?

What is the benefit of immediate down-casting?

java coding-style

C project structure - header-per-module vs. one big header

c coding-style header-files

Coding style - keep parentheses on the same line or new line? [closed]

Does "ANSI C" or "ANSI C++" still mean something today?

return early vs if in ruby code

Programming style of method declaration of get/set method variables in C++?

c++ coding-style

Exiting a loop in Java

java coding-style

How much of STL is too much? [closed]

c++ stl coding-style