Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in readability
Is it possible in C++ to do std::map<> "for element : container" iteration with named variables (eg, key and value) instead of .first and .second?
Sep 06, 2022
c++
c++11
dictionary
iteration
readability
Design of an Alternative (Fluent?) Interface for Regular Expressions
Oct 17, 2022
java
regex
readability
fluent-interface
maintainability
How do I calculate the "median of five" in C#?
Sep 03, 2022
c#
algorithm
readability
median
What color scheme is best for sunlight readability? [closed]
Sep 03, 2022
readability
color-scheme
Generic Exception Handling in Python the "Right Way"
Sep 02, 2022
python
exception
readability
Which code is more readable?
Sep 27, 2022
c#
readability
Java try/catch performance, is it recommended to keep what is inside the try clause to a minimum?
Sep 02, 2022
java
performance
try-catch
readability
How "self-documenting" can code be without being annoying? [closed]
Jun 25, 2019
ruby
documentation
readability
What's the cleanest way to write a multiline string in JavaScript? [duplicate]
Aug 31, 2022
javascript
string
readability
maintainability
Why STL implementation is so unreadable? How C++ could have been improved here?
Aug 31, 2022
c++
stl
c++11
readability
Eigen: Coding style's effect on performance
Mar 13, 2022
c++
performance
eigen
readability
Calling getters on an object vs. storing it as a local variable (memory footprint, performance)
Jan 01, 2020
java
performance
readability
memory-consumption
Should java try blocks be scoped as tightly as possible?
Aug 30, 2022
java
exception-handling
readability
New (std::nothrow) vs. New within a try/catch block
Aug 30, 2022
c++
performance
exception-handling
readability
How do I write more maintainable regular expressions?
Aug 30, 2022
regex
maintenance
readability
StringBuilder/StringBuffer vs. "+" Operator
Oct 10, 2022
java
performance
readability
"public static" or "static public"?
Aug 31, 2022
php
oop
readability
public-method
Usage of ‘if’ versus ‘unless’ for Perl conditionals
Aug 28, 2022
perl
if-statement
readability
Best practices for turning jupyter notebooks into python scripts
Sep 05, 2022
python
refactoring
ipython-notebook
readability
jupyter
Python: if not val, vs if val is None
Aug 26, 2022
python
comparison
boolean
readability
« Newer Entries
Older Entries »