Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

C++ namespaces - "using" or explicitly stated? [duplicate]

c++ namespaces coding-style

Is using something like the MvcContrib Grid a step backwards in code readability? [closed]

Current Status of PEP 8 Rules?

python coding-style pep8

C language evolves

What is some clean, elegant, well-designed, well-written, nicely done Delphi code that junior-level Delphi developers should study?

delphi coding-style

String.Format extension method [closed]

How to use Fortran statement labels well?

Does Elixir have coding standards or an authoritative style guide published by the language developers, like PEP8 or the Erlang Programming Rules?

coding-style elixir

What is an acceptable way to format a long method call in Java? [closed]

Python: variable naming convention - file, path, filepath, file_path

Codify a measure in a database field name

Best approach with dynamic classes using Python globals()

Do Scala libraries follow the same inverted domain convention for naming packages as Java?

astyle formatting multiple line <<

c++ coding-style

How does one know when to newline in Clojure/Lisp in general?

IE 8 and 7 bug when dynamically adding a stylesheet

Declare variable as locally as possible

c coding-style linux-kernel

Purpose of Constructor chaining?

Instantiating a list of structs in C

Is there any advantage on separating iPhone and iPad classes on a Universal app?