Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Unravelling Assembly Language Spaghetti Code

Are singleline if statements or if statements without braces bad practice?

php c coding-style

Are C++ comments considered bad style in C? [closed]

c coding-style comments

Point-free in Haskell

Outdated coding practices [closed]

coding-style

Are regexes really maintainable?

regex coding-style

Mandatory use of braces

How could I indent C++ pragma using clang-format?

coding style checker for c (variable names, not indentation)

Should I use get_/set_ prefixes in Python method names?

python coding-style

Boiler plate code replacement - is there anything bad about this code?

c# coding-style

Function expression ending with ; vs. not

javascript coding-style

Enum method overriding [closed]

java coding-style enums

Should I use /* */ or /** */ for the copyright in the top of a java file?

Idiomatic Python logging: format string + args list vs. inline string formatting - which is preferred?

Pro/con: Initializing a variable in a conditional statement

Coding style checker or code formatter for Ruby / Rails

Using "m" prefix for variables in Kotlin

How to minimize use of arrow keys when typing code?

coding-style typing

Ideal way to organize Java constants