Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

What conventions exist for ordering arguments in methods?

oop coding-style

Do you refactor in small steps?

coding-style refactoring

Naming conventions for GoTo labels

How to make long parameter lists readable?

coding-style readability

Is it a bad practice writing long one-liner code?

coding-style

Erlang coding standards and good practices [closed]

coding-style erlang

As a language, is Python limited due to no end statement?

python coding-style

Configuration Management - History in Code Comments

In Python, can you call an instance method of class A, but pass in an instance of class B?

python oop coding-style

Where should I deallocate memory within functions?

c coding-style

C++ Class Access Specifier Verbosity

Trouble with OpenLayers Styles

coding-style openlayers

Why maintain traditional detailed ChangeLog in modern world (with SVN, Mercurial, Git)?

How can I make this code Pythonic

oop coding-style python

Show standard warning icon in Qt4

qt coding-style icons

Create custom VisualState in xaml and manually set it in CodeBehind

wpf xaml coding-style

Should I write dict or {} in Python when constructing a dictionary with string keys?

python coding-style

Is there a more readable way to write for k, v in pairs(my_table) do ... end in lua if I never use k?

coding-style lua

setattr(object, name, value) vs object.__setattr__(name,value)

python coding-style

Is there a Netbeans/PHPStorm plugin for writing/refactoring to PSR-1/2-compilant code (like phphint.org)