Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Count all values in a matrix greater than a value

Do you leave parentheses in or out in Ruby? [closed]

ruby coding-style choice

Is it ok if I omit curly braces in Java? [closed]

java coding-style brackets

Unobtrusive JavaScript: <script> at the top or the bottom of the HTML code?

What does a good programmer's code look like? [closed]

coding-style

Python exception chaining [duplicate]

Style guide for c#? [closed]

c# coding-style

Am I immoral for using a variable name that differs from its type only by case?

Implicit conversion vs. type class

What kinds of patterns could I enforce on the code to make it easier to translate to another programming language? [closed]

Checking in of "commented out" code [closed]

Where should I put @Transactional annotation: at an interface definition or at an implementing class?

What is the gain from declaring a method as static

Correct way of declaring pointer variables in C/C++ [closed]

c++ c pointers coding-style

JavaScript style for optional callbacks

Space Before Closing Slash?

html xml xhtml coding-style

Is using assert() in C++ bad practice?

c++ coding-style assert

Why do most C developers use define instead of const? [duplicate]

Is there a standard naming convention for XML elements? [closed]

Any reason to clean up unused imports in Java, other than reducing clutter?