Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Do Scala libraries follow the same inverted domain convention for naming packages as Java?

astyle formatting multiple line <<

c++ coding-style

How does one know when to newline in Clojure/Lisp in general?

IE 8 and 7 bug when dynamically adding a stylesheet

Declare variable as locally as possible

c coding-style linux-kernel

Purpose of Constructor chaining?

Instantiating a list of structs in C

Is there any advantage on separating iPhone and iPad classes on a Universal app?

What is the recommended whitespace for slicing with expression indices in Python?

Notepad++ convert leading spaces to tabs upon entry

Why is it "easier to ask forgiveness than it is to get permission" in Python?

python coding-style

Pythonic way of repeating a method call on different finite arguments

python coding-style

Python style: lowercase class names for "namespaces"?

python coding-style

Should I initialize variables separately from declaring them?

c coding-style

Why would you want to initialize a dialog with a using statment?

c# coding-style idisposable

Are there good reasons to wrap a single property in a #region in c#?

c# coding-style

Methods which return values vs methods which directly set attributes in Python

python oop coding-style

Closures and list comprehensions in Haskell

best practice for parameters?

c++ coding-style

Java: extracting interfaces just for testing