Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Java coding style, local variables vs repeated method calls

java coding-style

Does a clean and extendable LSTM implementation exists in PyTorch? [closed]

What should the standard be for ReSTful URLS?

url rest coding-style

Shorthand for referring to Perl/Moose package names?

@param tag alignment in php code sniffer

How to find an appropriate event in Magento?

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]