Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Javascript: Why if(false)?

GCC optimization trick, does it really work?

Sharing Common objects - warning "defined but not used"

c++ oop coding-style

Standard for programming 'beautiful' code in Java? [closed]

java coding-style

Implementing and Enforcing Coding Standards [closed]

c# standards coding-style

WriteOnly Property or Method?

c# .net vb.net coding-style

Functions should start with "Get"?

c# standards coding-style

Does it make sense to self check for null in Java [closed]

Should I expect programming teams to follow a strict coding standard? [closed]

php coding-style agile

Why use = to initialise a primitive type in C++?

c++ coding-style c++03

Is there an alternative to hyper-indented code?

Is it a good idea to apply some basic macros to simplify code in a large project?

(0 == variable) or (null == obj): An outdated practice in C#? [duplicate]

c# .net coding-style

May I write {x,a,b}//Do[...,#]& instead of Do[...,{x,a,b}]?

Char Array vs String: which is better for storing a set of letters

What is indirect object notation, why is it bad, and how does one avoid it?

oop coding-style perl

Clean architecture - where to put input validation logic? [closed]

What should coding guidelines do, and are there any good examples of guidelines? [closed]

Which safety net do you use in Perl?

Coding guides: How do you split up your large source files?