Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

How to deal with the idea of "many small functions" for classes, without passing lots of parameters?

Check if two variables have values from two different sets, the DRY way

python coding-style dry

TextAppearance in theme

android coding-style themes

Global state in Python module

What are hourglass imports and why would they be avoided in a codebase?

python coding-style

Silverlight layout Best Practices

Still lost on Repositories and Decoupling, ASP.NET MVC

Is it good practice to use plurality to name collections? [closed]

Attribute fields vs. attribute-value map

How to set Code Formatter for Java Anonymous Methods in Eclipse

java eclipse coding-style

Should callers check validity of arguments before calling constructor?

java oop coding-style

(python) Should my variable be local or global? (best practice)

Python Etiquette: Importing Modules

python coding-style

Lazarus coding style guide

coding-style lazarus

Why would one ever declare a parameter of type array?

c arrays pointers coding-style

Reasoning behind "enumeral and non-enumeral type in conditional expression"

c++ c++11 coding-style

Indent group variable function call code convention [closed]

Point-free form versus style

Is there a distinct name for prefix notation used in Delphi oftenly? [duplicate]

delphi coding-style

which one of == and =:= should I use?