Well, did not do much today.
Ok, my experimental PR was approved; I took a look at staging logs, no problems there. Now I need an approval for prod deployment; will ping Mike tomorrow.
I missed the standup; but I attended a "points assignments" meeting, where I participated in assigning points to jira cases which were, some of them, trivial, and some just enigmatic. But it's a group activity. Guess what others guess.
Then there was a long, large-team-wide meeting, where I, frankly, was clueless regarding what they were talking about, and when I did, what was the purpose of these diagrams and these speeches. But well, it's management talking to management; I don't care.
Then I spent time improving my "Route Parser" that, basically, reads HTTP4S dsl code (Scala) and tries to make sense out of it. Had to change the structure twice, then tried to find docs for HTTP4S, and it turns out that there are no docs - but ChatGPT explained to me the meaning of those connectors, like :? and +&. So, eventually, I rewrote the structure, but... but some tests are failing.
And by the end of the day I saw Esteban sent a huge piece of code for review, 36 files, with lots of code, while looking nice, but mostly monkey-see-monkey-do style. He probably does not know that Option is a monad too. Even if Option does not say it. Oh, and of course, test coverage is rather pathetic. And there's a mixture of business logic with, like "SecureRandomStringGenerator", etc. No structure, just that. So I wrote some comments... we will see. 36 files, what do you expect, approval without reading?