▲ | WJW 4 days ago | |
Last week my primary task was writing a github action that needed to log in to Heroku and push the current code on main and development branches to the production and staging environments respectively. The week before that, I wrote some code to make sure the type the object was included in the filters passed to an API call. Don't get me wrong, I actually love writing parsers. It's just not required all that often in my day-to-day work. 99% of the time when I need to write a parser myself it's for and Advent of Code problem, usually I just import whatever JSON or YAML parser is provided for the platform and go from there. | ||
▲ | yakshaving_jgt 4 days ago | parent [-] | |
Do you not write validation? Or handle user input? Or handle server responses? Surely there’s some data processing somewhere. |