Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Is this a good practice? "/*/something/*/something//*/"

java c++ c coding-style comments

What is the cleanest way to write this if..then logic?

c# coding-style

When to use 'if…else if' and when to use

c# coding-style

Java Annotation - array of Objects or toString values