Ask HN: Which line of code you have written will be executed the most?
3 by jamesmstone | 0 comments on Hacker News.
The other day I was trying to determine which line of code I have written will get run the most? I think for me it would be a for loop in a cron job I run on work's servers - not very exciting! I am sure HN has many more interesting examples. maybe you have written code: - deep in an OS that handles memory management? - that is deeply distributed? - that is in every JS lib? ~~cough cough left pad cough~~ - maybe it is an accidental infinite loop you once wrote?