Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

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?

How to mix apparently incompatible paradigms: OOP and FP? [closed]

Should Python library modules start with #!/usr/bin/env python?

python coding-style shebang

When to use an elaborated type specifier

c++ coding-style

In a constructor for a WPF Window, what should go before InitializeComponent() and what after?

wpf coding-style

Java - Clone the property inside getter method

Java for-loop best practice

What's the pythonic way to pass arguments between functions?

python coding-style