Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Should enums in C# have their own file? [closed]

c# coding-style enums

codestyle; put javadoc before or after annotation?

Why do some scripts omit the closing PHP tag, '?>'? [duplicate]

php coding-style

.toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?

What's the correct way to sort Python `import x` and `from x import y` statements?

For a boolean field, what is the naming convention for its getter/setter?

return statement vs exit() in main()

c++ c coding-style return exit

How do you tell someone they're writing bad code? [closed]

coding-style

Using "super" in C++

c++ coding-style

Getter and Setter?

php oop coding-style

Iterate through a C++ Vector using a 'for' loop

Why are dashes preferred for CSS selectors / HTML attributes?

What does 'foo' really mean? [closed]

Is it a good practice to place C++ definitions in header files?

When do you use the "this" keyword? [closed]

c# coding-style this

How can I set multiple CSS styles in JavaScript?

javascript coding-style

Creating an empty list in Python

Best way to check for nullable bool in a condition expression (if ...) [closed]

c# coding-style nullable

Dictionaries and default values

Why does PEP-8 specify a maximum line length of 79 characters? [closed]

python coding-style pep8