Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

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

Bytewise reading of memory: "signed char *" vs "unsigned char *"

Looping on C++ iterators starting with second (or nth) item

Java Code Conventions: must match pattern '^[a-z][a-zA-Z0-9]*$'

java coding-style