Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Best practice for passing server-side variables to javascript? [duplicate]

Is it worth to insert `const`-correctness

Dos and Don'ts of Conditional Compile [closed]

c++ c coding-style

Proper commenting for functional programming

If you're already using a framework, should you never write "plain vanilla" js?

Where does the TODO convention come from?

(start, end) vs. (start, length) in API design

Show trailing whitespace on emacs only on non-empty lines

How do I create a window with different Aero glass frame?

Encapsulating an algorithm into a class

html convention - self-close tag, > or />, in other way <br> or <br/>

html coding-style

Pep-8 like style guidelines for JavaScript

javascript coding-style

Overriding "items" in Android's style.

Int32.Parse vs int.Parse

c# coding-style

Fixing indentation when object initializers have been used

Which Exception for notifying that subclass should implement a method?

Is it bad practice to write a whole Flask application in one file?

Coding for high reliability/availability/security - what standards do I read?

Java code conventions: Using 'default' as a variable name

Java: instantiate variables in loop: good or bad style?