Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Clearest way to build html elements in jQuery

Tools to find included headers which are unused? [closed]

How do you edit files over SSH?

Is it bad to explicitly compare against boolean constants e.g. if (b == false) in Java?

java coding-style boolean

abstract class naming convention [closed]

java coding-style

Good Haskell coding standards

Intellij (Android studio) member variable prefix

SQL Statement indentation good practice [closed]

Passing hashes instead of method parameters [closed]

ruby oop coding-style

Pylint invalid constant name

python coding-style pylint

Java - when to use 'this' keyword [duplicate]

java coding-style this

Do you end your exception messages with a period? [closed]

Java constructor style: check parameters aren't null

What is the recommended coding style for PowerShell?

powershell coding-style

Using try/catch for preventing app from crashes

Splitting C++ Strings Onto Multiple Lines (Code Syntax, Not Parsing)

Importing modules in Python - best practice

Parenthesis surrounding return values in C

c syntax coding-style

Function names in C++: Capitalize or not? [closed]

Dot notation vs. message notation for declared properties