Newbetuts
.
New posts in coding-style
Why does the Swift language guide suggest using Int "even when values are known to be non-negative"?
types
coding-style
swift
type-safety
Is there a difference between main(String args[]) and main(String[] args)?
java
coding-style
argument-passing
Attributes initialization/declaration in Python class: where to place them?
python
coding-style
attributes
Infinite loops - top or bottom? [closed]
c++
c
coding-style
Multi-line description of a parameter description in python docstring
python
coding-style
python-sphinx
restructuredtext
docstring
isset() vs strlen() - a fast/clear string length calculation
php
coding-style
Multiple or Single Try Catch [duplicate]
java
exception-handling
coding-style
How do I write a RGB color value in JavaScript?
javascript
function
coding-style
colors
rgb
Static factory methods vs Instance (normal) constructors?
design-patterns
constructor
coding-style
Preferred standard use: range based for or std::for_each
c++
coding-style
c++11
setTimeout() with string or (anonymous) function reference? speedwise [closed]
javascript
performance
coding-style
What is "?:" notation in JavaScript?
javascript
syntax
coding-style
operators
notation
Arguments Against Annotations
java
coding-style
annotations
importing multiple functions from a Python module
python
coding-style
import
What is the best way to do input validation in C++ with cin?
c++
coding-style
validation
Should I Return None or (None, None)?
python
python-3.x
coding-style
Why an expression instead of a constant, in a C for-loop's conditional?
c
for-loop
coding-style
expression
constantfolding
In C#, what's the best way to spread a single-line string literal across multiple source lines?
c#
string
coding-style
Why would var be a bad thing?
c#
coding-style
implicit-typing
Why is it assumed that send may return with less than requested data transmitted on a blocking socket?
c
coding-style
send
sockets
Prev
Next