New posts in coding-style

How do you edit files over SSH?

Does it matter if a function within a React component is not pure?

How do you PEP 8-name a class whose name is an acronym?

Intellij (Android studio) member variable prefix

SQL Statement indentation good practice [closed]

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

abstract class naming convention [closed]

ruby/ruby on rails memory leak detection

Pylint invalid constant name

How to check for equals? (0 == i) or (i == 0) [closed]

Passing hashes instead of method parameters [closed]

Currying subtraction

What is the recommended coding style for PowerShell?

Using try/catch for preventing app from crashes

Parenthesis surrounding return values in C

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

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

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

Netbeans 7.4 introduces "10 lines max" per method rule. Where does this rule come from? [closed]

Importing modules in Python - best practice