Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Does this function have too many parameters?

Idiomatic use of std::auto_ptr or only use shared_ptr?

jQuery get elements without display="none"

What are double colons :: in a shell script?

bash coding-style

C++ Style: Prefixing virtual keyword to overridden methods

How to handle the pylint message: ID:W0612 Unused Variable

python coding-style pylint

Is making in-place operations return the object a bad idea?

Capitalization convention for JavaScript objects

Wrapping chained method calls on a separate line in Intellij for Java

Java: How to check for null pointers efficiently

ASP.NET MVC reminds me of old Classic ASP spaghetti code

Do you use attach() or call variables by name or slicing?

r coding-style

Styling the jQueryUI DatePicker

Is using underscore suffix for members beneficial?

c++ coding-style

python close file descriptor question

python file-io coding-style

Django Style: Long queries?

django coding-style

Should you use international identifiers in Java/C#?

c# java coding-style

Show 80-character margin line in TextMate

Are do-while-false loops common?

c++ c coding-style

Why does the standard C++ library use all lower case?