Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Should you declare enums inside or outside a class? [closed]

Py3k: What's more pythonic - one import with commas or many imports?

Python import mechanics

What is the purpose of 'var'? [duplicate]

c# linq coding-style var

ReSharper C# naming style for private methods and properties

Is it ever okay to catch an exception and do nothing? [closed]

c# coding-style try-catch

Why are interfaces used so prolifically in .NET apps?

Best python style for complex one-liners

python coding-style

Checkstyle rules for Google Java Style

Tuple unpacking: dummy variable vs index

coding-style python

Haskell: Prefer pattern-matching or member access?

haskell coding-style

PHP commenting standards

php coding-style comments

Declare properties in .h interface or in an extension in .m file?

Do you use articles in your variable names?

coding-style smalltalk

Java coding convention about static method

Cleancode: try/catch in Promise

Open file, read it, process, and write back - shortest method in Python

python coding-style

C++ class initialisation containing class variable initialization

c++ class coding-style

Generate random numbers with a given distribution

ios swift coding-style

putting a capital 'I' in front of JAVA interfaces [closed]