|
|
|
|
|
by yen223
581 days ago
|
|
I use LLMs to write "secondary" code. Things like deployment scripts, autoformatters, Github Actions, Dockerfiles or Kubernetes config. Stuff that isn't strictly part of the main web project, but is still valuable to have. I use LLMs there because a) those tend to be boilerplate, and LLMs are great for boilerplate, and b) code quality doesn't really matter too much, and c) those tend to be written in languages that you may not be well-versed in, since they usually aren't in the "primary" language of the project |
|