If it was something self-hosted on the web, it may have been Clarity AI.
If it was something self-hosted on the web, it may have been Clarity AI.
I think your comment embodies Rust more than any I’ve seen before
I use main
because, although I never heard of anybody actually getting offended by master
, it costs me nothing to use main
instead. Also it looks prettier and seems to be the new convention ¯\_(ツ)_/¯
Co-pilot can write some small very simple functions for me, sometimes saving me the need to look at documentation. It will still often fail at those, in my experience, and will consistently fail at anything more complex.
It will get better, but currently it’s only a small help.
I do it sometimes, especially when the bug is hard to reproduce and I know exactly what’s causing it. Sometimes it’s quicker to write the tests than to test manually.
I want to add that, like you, I’ve become a big fan of restricting the numbers of ways to do something.
IMO, It’s more time wasted choosing, more time wasted reviewing, and makes it easier to overlook errors. I want more opinionated languages and frameworks.