Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

(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?

Should I Always Fully Qualify Column Names In SQL?

sql coding-style

linq styling, chaining where clause vs and operator

How to override a rule/sniff in a PHP CodeSniffer ruleset correctly and to avoid doublechecking of code?

Advantages of using arrays instead of std::vector?

Set Vim's shiftwidth and tabstop based on directory

vim coding-style

Kotlin Data Class packaging [closed]