Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Is there a standard literal constant that I can use instead of "utf-8" in C# (.Net 3.5)?

Is there a more lispy way to write this code?

Objective-C class naming convention vs Uncle Bob

objective-c coding-style

F# coding style - static vs instance methods

c# coding-style f#

Length of longest word in a list

Idiomatic Scala for applying functions in a chain if Option(s) are defined

Guideline: while vs for

c++ coding-style

Variable declaration placement guidelines in Java [closed]

java coding-style

How to make gcc/clang warn about missing breaks in switch statements

Is it possible to break code-behind into multiple partial files?

Is there any way to force resharper to align chained method calls in a specific way

Nested dereferencing arrows in Perl: to omit or not to omit?

perl syntax coding-style

Ocaml: Bad style, all clauses in this pattern-matching are guarded

When does it make sense to use unique_ptr with STL containers? (C++11)

Use static final unmodifiable Set as constant for checking variables value

java coding-style

Must Python script define a function as main?

What is the idiomatic way to handle/unwrap nested Result types?

coding-style rust

Should .net comments start with a capital letter and end with a period?

.net coding-style comments

Interface / Abstract Class Coding Standard

Is there such a thing as too many embedded if-statements?