Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

good programming style, two classes using each other's inner classes

Rearrange modifier keywords in IntelliJ

Should you refactor code into private methods if they aren't called more than once? [closed]

oop coding-style scope private

How to override virtual function in good style? [C++]

Programming style question on how to code functions

Is "temp" ever a good variable name?

Yet another newtype vs. data (stylistic issue)

haskell coding-style

shortening method/variable names? [closed]

java coding-style

Thoughts on the use of readonly for any/all instance members of a class?

c# .net coding-style

Is there any appreciable difference between if and if-else?

Should a connect method return a value?

c# coding-style

Guice generics - how can I make it less ugly?

Are there any techniques to split a method with a flag argument?

Should HTML element classes have prefixes depending on their use?

How should I capitalize Ruby? [closed]

OO Design Advice - toString

c# java oop coding-style

Performance of reflection: quality byte code in JVM

JavaScript style/optimization: String.indexOf() v. Regex.test()

What tools exist for comparing C++ code to coding guidelines? [closed]

c++ coding-style

When should I use Scala's Array instead of one of the other collections?