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
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
Why are "continue" statements bad in JavaScript? [closed]
Aug 26, 2022
javascript
readability
continue
Using explicitly numbered repetition instead of question mark, star and plus
Feb 11, 2022
regex
readability
repeat
Is while (true) with break bad programming practice?
Aug 25, 2022
while-loop
readability
Why is the code in most STL implementations so convoluted?
Aug 25, 2022
c++
stl
readability
Splitting C++ Strings Onto Multiple Lines (Code Syntax, Not Parsing)
Aug 17, 2022
c++
string
syntax
coding-style
readability
How to find good looking font color if background color is known? [closed]
Aug 17, 2022
colors
accessibility
readability
Should a developer aim for readability or performance first? [closed]
Aug 17, 2022
performance
readability
`if key in dict` vs. `try/except` - which is more readable idiom?
Aug 16, 2022
python
idioms
readability
defaultdict
code-readability
Should one use < or <= in a for loop [closed]
Aug 15, 2022
performance
conventions
readability
Why should I capitalize my SQL keywords? [duplicate]
Aug 15, 2022
sql
formatting
readability
Boolean method naming readability
Aug 15, 2022
api
naming-conventions
readability
« Newer Entries
Older Entries »