Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Python Etiquette: Importing Modules

python coding-style

Lazarus coding style guide

coding-style lazarus

Why would one ever declare a parameter of type array?

c arrays pointers coding-style

Reasoning behind "enumeral and non-enumeral type in conditional expression"

c++ c++11 coding-style

Indent group variable function call code convention [closed]

Point-free form versus style

Is there a distinct name for prefix notation used in Delphi oftenly? [duplicate]

delphi coding-style

which one of == and =:= should I use?

is there an alternative to '#' + div_id?

commenting callback functions

Request params and phpdoc [duplicate]

php coding-style phpdoc

How to fix an old coding style php script

php oop coding-style

Best practice - When to evaluate conditionals of function execution

How to avoid hardcoding strings

Reference to file regardless of the folder structure and depth

php coding-style menu

python: should decorator names be actions or descriptions?

Decouple GWT Asynchronous callbacks

Python - Is this code lacking List Comprehensions and Generators [closed]

Code to crash intentionally [duplicate]

c++ coding-style crash assert

Is there any way to not use explicit recursion in this algorithm?