Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

methods in constructors, bad?

c# structure coding-style

Do you try to make your code look pretty? [closed]

coding-style pretty-print

Popular use of Dynamic memory allocation

sizeof with a type or variable

c coding-style sizeof

How do you decide whether to use a library or write your own implementation [closed]

coding-style

Good practice in naming derived types in fortran

What is the Convention for returning a value?

C#: DateTime - Going through a period of days?

Is it acceptable for a submit button to have a name attribute?

Why do many WPF-classes store boolean values as enum-flags?

`pass` keyword to mark end of indented code block

python coding-style

What is the style guideline for if __name__ == '__main__'? [closed]

Scala style: More than one class in a file?

scala coding-style idioms

What's the idiomatic way of calling a function with many arguments?

coding-style lisp

If an image can be recreated using strictly CSS, is there still a purpose for that image?

Java: replace switch with lambdas. Worth it?

java coding-style

Will Internet Explorer 8 solve many of the browser incompatibility issues?

Lisp: Elegant way to strip trailing nil's from a list? (Review)

Is there a convention for naming initializer method in objective-c?

When should a Python script be split into multiple files/modules?