Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

How to change tab style in Android?

Where to put conversion functions?

c# coding-style

Where should JavaScript be put?

Style EditText content 'on the fly'?

How to override jQuery UI Widget Styles and Keep the Functionality

Representing Typed N-tuples in C#

c# .net generics coding-style

Use of 'super' keyword when accessing non-overridden superclass methods

java coding-style super