Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Why is "typedef struct foo foo;" considered harmful?

c coding-style

When is it too much "lambda action"?

c# coding-style lambda

Refactoring / layout of functional Scala

Do You Cache Properties in Local Variables?

java caching coding-style

DoSomethingToThing(Thing n) vs Thing.DoSomething()

Is it bad practice to use temporary variables to avoid typing?

Code style with Annotations [closed]

Should you always use enums instead of constants in Java

java coding-style enums

JavaScript style: don't use wrapper objects for primitive types

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