Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

When Is it Better To Use @ Before a String?

Best practices for coding simple mathematical calculations in Python

What is the correct casing convention for C# local and instance variables? [closed]

Difference between use of pointer and array with zero elements in structs

c struct coding-style

PEP8 error in import line: E501 line too long

python coding-style pep8

Warning: Assignment in condition

Passing argument to a function

c++ coding-style

Is it bad coding style to not assign a new instance to a variable?

c# coding-style

Is this a coding convention?

c linux coding-style

Questions about properly closing/committing database transactions and executing queries

java coding-style

What is the exact meaning of anachronism in coding(C++)?

Ratio of real code to supporting code

What is the preferred way in C++ for converting a builtin type (int) to bool?

c++ coding-style boolean

New line at the end of source code

Ternary operator should not be used on a single line in Node.js. Why?

Are there issues using Dim foo As Foo in VB.NET?

x or y: acceptable idiom, or obfuscation?

Why is the use of a constant considered better programming style than the use of a literal?

c coding-style

Java calling methods on instance variable

java coding-style

Is it common to declare const pointers in C++?

c++ coding-style