Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Readability
Heavy use of PHP's "<?php" tag
Apr 25, 2021
StringBuilder/StringBuffer vs. "+" Operator
Apr 25, 2021
`if key in dict` vs. `try/except` - which is more readable idiom?
Apr 25, 2021
Looping on C++ iterators starting with second (or nth) item
Apr 25, 2021
Is "for(;;)" faster than "while (TRUE)"? If not, why do people use it?
Apr 25, 2021
Would you use num%2 or num&1 to check if a number is even?
Apr 25, 2021
Boolean method naming readability
Apr 25, 2021
Why STL implementation is so unreadable? How C++ could have been improved here?
Apr 25, 2021
How do I calculate the "median of five" in C#?
Apr 25, 2021
Is while (true) with break bad programming practice?
Apr 25, 2021
« Newer Entries
Older Entries »