Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

What does it means to not exceeding 80 characters in a line in Python?

python coding-style pep8

How has your coding standards document changed when you upgraded to C# 3.0 / VS2008?

Smaller Methods

Multiple if blocks or a single if with AND condition

c# coding-style

How to cast generics in a loop?

Returning from method with return command

java coding-style

C# style: May properties be grouped with their backing fields?

What is the preferred way (better style) to define a method in one line in Ruby?

ruby coding-style

How to notify the programmer of a null argument?

java coding-style

Hidden Whitespace Best Practice

coding-style whitespace

Explicitness vs. DRY - which way is more pythonic? [closed]

python coding-style dry

Should JavaDoc go before or after a method-level annotation? [duplicate]

Is it good practice to bind shared pointers returned by functions to lvalue references to const?

Should Java enums be defined in their own files?

java coding-style enums

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