Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Is it a good idea to use aspects as a method for removing defensive checks from application logic?

Keeping to 79 char line limit in Python with multiple indents

python coding-style

Delphi: Maintainability Virtual vs Virtual Abstract

What are the use cases of not declaring the name for a typename in template?

How do I create a clean cascading if structure in c++?

c++ coding-style

Is using output parameters considered bad practice? [closed]

java coding-style

Avoiding spaghetti code while writing small functions

PHP Constants: Advantages/Disadvantages

Is it still necessary to put a space before closing an empty element in XHTML?

coding-style xhtml

Where do you like to split long lines? [closed]

Is there an OCaml tool to support use of best practices like Perl's Perl::Critic module?

coding-style ocaml lint

Dealing with returning C strings

c coding-style c-strings

What is meaning of comment 'Go Horse' in coding? Is it some sort of process?

Is it common practice to "abuse" loops as goto [closed]

c++ c coding-style

Why use dynamic variables (variable variables) in PHP or other languages [duplicate]

What is the more correct position for the error argument in a javascript callback?

Difference between defining variable as var $a=$() and var a?

Javascript code style enforcer or checker

Which is the more efficient syntax for NAND (not both true) in C#?

Is it proper to get and especially set Perl module's global variables directly?