Newbetuts
.
New posts in coding-style
What open source C++ static analysis tools are available? [closed]
c++
coding-style
static-analysis
Coding Conventions - Naming Enums
java
enums
coding-style
naming-conventions
standards
Acronyms in CamelCase [closed]
language-agnostic
coding-style
camelcasing
acronym
Which comment style should I use in batch files?
windows
batch-file
coding-style
comments
Should methods in a Java interface be declared with or without a public access modifier?
java
interface
coding-style
public-method
Prefixing property names with an underscore in Objective C [duplicate]
iphone
objective-c
coding-style
What's the purpose of using braces (i.e. {}) for a single-line if or loop?
c++
c
coding-style
curly-braces
defensive-programming
Good Haskell source to read and learn from [closed]
haskell
coding-style
open-source
Declaring multiple variables in JavaScript
javascript
variables
coding-style
performance
declaration
What kinds of patterns could I enforce on the code to make it easier to translate to another programming language? [closed]
php
python
compiler-construction
coding-style
abstract-syntax-tree
Vim 80 column layout concerns
vim
coding-style
Why do most fields (class members) in Android tutorial start with `m`?
android
coding-style
Is there a better way of writing v = (v == 0 ? 1 : 0); [closed]
javascript
variables
coding-style
toggle
What is the most effective way to get the index of an iterator of an std::vector?
c++
iterator
coding-style
typeof !== "undefined" vs. != null
javascript
coding-style
Do you use the TR 24731 'safe' functions? [closed]
c
security
coding-style
tr24731
Why is it considered a bad practice to omit curly braces? [closed]
java
c#
c++
c
coding-style
#pragma once vs include guards? [duplicate]
c++
coding-style
Why use def main()? [duplicate]
python
coding-style
What is the purpose of wrapping whole Javascript files in anonymous functions like “(function(){ … })()”?
javascript
scope
coding-style
iife
Prev
Next