General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
ThePrimeTime
comments
Comments by "p11" (@porky1118) on "10 Years Later: Software Opinions I’ve Completely Changed" video.
11:00 My own website has 4 threads and no databases, and I wrote most of it myself, including the http handling. And if all threads are used, my threadpool just closes all threads and restarts. I thought, only 4 threads might not be enough. When navigating my site, you might click a link every 5 seconds.
2
18:00 Yeah, I hate comments. When interns add comments to their code, I just remove them when I review/refactor their code. I only add comments in very special scenarios like "It seems like you could write list.Clear instead of list = new List();, but that list is actually being used somewhere else, so don't change this line".
1