Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Ruby convention for accessing first/last element in array [closed]

ruby coding-style

Preventive vs Reactive C# programming

c# coding-style

reduce, or explicit recursion?

coding-style lisp

python: unintentionally modifying parameters passed into a function

python coding-style

C#: Union of two ICollections? (equivalent of Java's addAll())

c# syntax coding-style

Java's return value in try-catch-finally mechanism

java coding-style jvm

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