Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

What are some of the disadvantages of using a reference instead of a pointer?

Flags enum vs. HashSet of regular enum

c# .net coding-style enums

JavaScript code conventions - variable declaration [closed]

C++: An abstract class as a member

Function call inside assert == bad?

c coding-style assert

Kotlin benifits of writing helper/util methods without wrapping in class

kotlin coding-style idioms

Are there any code DRYer tools out there? [closed]

coding-style dry

GWT Themes and Component Libraries

gwt coding-style gwt-ext

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()