3

I've achieved a new definition of "one shotting code".

There's this JS framework named tsoa or something?

I just take a look at existing API code, make subtle copies of it to create new APIs, don't even test in my local, and straight deploy to production.

And it works just fine, and no AI involved.

I feel like a god.

Comments
  • 0
    Time to 'model'ize your tech capabilities
  • 0
    That is a sign of a logical and consistent API. Nice!

    I've had most luck with Go regarding oneshotting code. Language is simple and strict enough that auto completion goes quite far.
Add Comment