Haha, love it. Step 1: determine how to quantify cleverness
I feel like what still needs to be studied, but which is significantly more difficult to quantify, is the long-term impact of AI-assisted or AI-generated code when it comes time to debug a production problem. Going from…
I'm not the OP here, but I did write the blog post. I have mixed thoughts on how much should be part of std. I think that what we're seeing is a class of library where we could see a new level introduced to open…
The argument / environment variable duality is a challenging one, especially when developing server software that should take security into account where you don't want to encourage users to put secrets into scripts. Do…
I feel like there's a sweet spot for complexity that the derive macro hits pretty well. When things get more complex it can feel like a maze, but below that complexity it's pretty nice.
Thanks for the feedback. Nested commands are definitely full of boilerplate and your crate looks interesting.
Haha, love it. Step 1: determine how to quantify cleverness
I feel like what still needs to be studied, but which is significantly more difficult to quantify, is the long-term impact of AI-assisted or AI-generated code when it comes time to debug a production problem. Going from…
I'm not the OP here, but I did write the blog post. I have mixed thoughts on how much should be part of std. I think that what we're seeing is a class of library where we could see a new level introduced to open…
The argument / environment variable duality is a challenging one, especially when developing server software that should take security into account where you don't want to encourage users to put secrets into scripts. Do…
I feel like there's a sweet spot for complexity that the derive macro hits pretty well. When things get more complex it can feel like a maze, but below that complexity it's pretty nice.
Thanks for the feedback. Nested commands are definitely full of boilerplate and your crate looks interesting.