Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

IDisposable: is it necessary to check for null on finally {}?

coding standards in yii framework

php yii coding-style

Loop with conditions in python

coding-style python idioms

Exit Code Standards in Python

python coding-style

PHP includes vs OOP

php coding-style

How do people solve programming competitions so fast? [closed]

coding-style

objective c coding guidelines

Automated indentation cleaner for MATLAB or Octave? [closed]

Does a standard for errors / error codes exist?

Naming convention for descriptors

How to remove elements from an std::set while iterating over it

c++ stl coding-style set

How to make the cleanest code when reporting progress to a user?

coding-style progress-bar

Common coding style for Python?

#include <cmath> vs #include <math.h> in a C++ program [duplicate]

Should I use less local variables or bet on conciseness? [closed]

java coding-style

Google c style settings for gnu indent?

c++ c coding-style indentation

Microsoft Coding Standard Document

c# .net coding-style

Multiple PHP tags

php coding-style

JavaScript: Is it worth making variables private and defining getters/setters?

How do you avoid redundancy in documentation comments? [closed]