Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

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

Using static methods in python - best practice

Returning from a method with implicit or explicit "else" or with a single "return" statement?

java coding-style

Java Enum Type Coding Convention [duplicate]

java enums coding-style

Tool to enforce python code style/standards [closed]

python coding-style

Control Flow via Return vs. If/Else [closed]

Make Emacs ESS follow R style guide

r emacs coding-style elisp ess

Do you think a software company should impose developers a coding-style? [closed]

coding-style conventions

Is the #region directive really useful in .NET?

.net coding-style

Line spacing in PhpStorm

What is a "declarative format"?

coding-style

Put delegate methods into a category

PEP8 space after a comma

python coding-style pep8

Eclipse - generated method parameters final

java eclipse coding-style

Python PEP 8 docstring line length [closed]

python coding-style pep8

Good example of written Rails coding standards?

Erlang style - case vs function pattern matching

coding-style erlang

Is it possible to disable pylint missing docstring error for short functions and methods?

python coding-style pylint