Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Is it bad practice in Python to define a function in the middle of operational code? [closed]

About the use of signed integers in C family of languages

c coding-style integer

Reasons to rename property to _property

python coding-style

Modelica style guide

coding-style modelica

Is glib usable in an unobtrusive way?

c coding-style glib

To size your (u)ints or not? [closed]

c coding-style embedded

Is 'or' used on the right-hand-side of an assignment pythonic?

Match any character (including newlines) in sed

What is the purpose of boolean switch statements in JavaScript?

Is a recursive destructor for linked list, tree, etc. bad?

Javascript convention for variable length arguments

javascript coding-style

Is the use of constants in C++ discouraged?

c++ coding-style

Xcode and checking for code convention

Why is let preferred to define in Scheme?

coding-style scheme let

Implicit conversion vs. static_cast when upcasting

PEP 8: How should __future__ imports be grouped?

How to selectively import module in python?

python coding-style

How to use Yard to document rails enum type

Web developers: Implement the code or design first? [closed]

coding-style designer

PHP class def: Individual accessors/mutators or __set() with switch()?

php oop coding-style