It is the translation of the note from my Russian developer diary.
2022.09.02
Just share my emotions.
Forgive me colleagues but I don't have enough power to tolerate it.
I was refactoring the part of the code for 3 days. I am still angry. Just the same data was written as different structures and used in the very long functions. It was similar to the job that was paid for every code string but it was not. And sometimes they started to the economy and suddenly wrote in one string things where should split in several.
Why did I rewrite it? I want to optimize request time and make some logic parts to be async. I needed to take out this logic in separate functions from the essentially duplicated code.
I need more patience.