Comment on
*Permanently Deleted*
Reply in thread
Comment on
*Permanently Deleted*
Reply in thread
Comment on
Pick a side Javascript
Reply in thread
The default sorter does that, because that way it can sort pretty much anything without breaking at runtime.
who the fuck decided that not breaking at runtime was more important than making sense?
this js example of [1, 3, 10].sort() vs [1, 3, 10].sort((a, b) => a - b) will be my go to example of why good defaults are important
Comment on
The superior bracket style
Reply in thread
im gonna install my own reformatter to reformat it back on my machine, win-win
Comment on
How to implement fully generic double dispatch in C++?
Reply in thread
Comment on
Python's asyncio: A Hands-On Walkthrough
Reply in thread
I think he means this https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/
Comment on
Pick a side Javascript
Reply in thread
who uses utf 16? people either use utf 8 (for files) or utf 32 (for string class O(1) random access)
Comment on
*Permanently Deleted*
Reply in thread
for my toy example i need runtime polymorphism and virtual inheritance
Comment on
[Meme] Swapping integers in Python
yay