Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Jade: declare a variable over multiple lines

coding-style pug

Java Code Style -- Interfaces vs. Abstract Classes

java coding-style

What are the main differences between the PSR-2 coding standard and the Symfony2 code standard for phpcs?

Best practice on ending if...else statement without else condition

C# popularity industry-wide or is SO atypical? [closed]

c# c++ coding-style

Any problem with doing the main work of a class in its constructor?

Triple pointers in C: is it a matter of style?

c pointers coding-style

2nd or 3rd person comments?

PEP8 - 80 Characters - Big Integers

python coding-style pep8

Should I use numpy (or pylab) as a python environment by using `from numpy import *`?

numpy coding-style python

Java modifiers syntax and format

java syntax coding-style

When to use Properties and Methods?

c# .net coding-style

Function return type style

Policy with catching std::bad_alloc

Is Iterator initialization inside for loop considered bad style, and why?

Is this Macro Abuse?

c file-io macros coding-style

Should useless type qualifiers on return types be used, for clarity?

python: is it possible to require that arguments to the functions are all keyword?

Is it necessary to have getters and setters in POJO's [duplicate]

java coding-style

Commenting out whole file

c# java coding-style comments