Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

How to add methods to a class without changing the COM+ Class ID

c# com coding-style

Interlinked struct and callback in C

C# Try/Catch/Finally [closed]

Why Object.hashCode() does not follow Java code convention [closed]

java hashcode coding-style

I need to import a remote file into my less document

css coding-style less

In C# (or any language) what is/are your favourite way of removing repetition?

c# coding-style refactoring

What is the correct naming notation for classes, functions, variables etc in c#?

How do I set a border around an image in Android?

In Objective C, is there a difference between if (object == nil) and if (nil == object)?

Better Term than "Decisecond" [closed]

What are the good programming practices in C# to make code more self-explanatory? [closed]

c# .net coding-style

Showing accumulated messages to the user

Best practice for handling multiple exceptions in similar ways in Java

Should outside libraries be wrapped?

c++ coding-style

Switch values between two parameters [Best Practice / Better Code]

c# coding-style

Batch refactoring to make Java method arguments final

java coding-style final

Good style to call advanced constructor from unparametrized constructor?

Is a, b = b, a + b good python? [closed]

python coding-style

HTML & CSS Coding Guidelines

asp.net html css coding-style

How handle cache misses: NotFoundException, contains() or `if (null == result)`?

java coding-style