1
A Japanese tech blog service[1] continues advent calendars with various categories. Do anyone know what other tech advent calendars are still active?
[1] https://qiita.com/advent-calendar/2022
For example, a method needs multiple files to trace the flow when reading the code. Start to read line 50-55 in file A and then jump to line 30-40 in file B and then line 5-10 in file C and then... When I face this type of code, I often get lost and forget what to do. So, I'm irritated.
In other case, hundreds or thousands lines of code in a file always overwhelms me. Honestly speaking, I want to escape the huge code in such a situation.
What type of code irritates you or what situations you get in trouble while reading code?