|
|
|
|
|
by ImaCake
329 days ago
|
|
> clean code is not the true goal Its not, but it does matter. LLMs, being next word guessers, perform differently with different inputs. Its not hard to imagine a feedback loop of bad code generating worse code and good code generating more good code. My ability to get good responses from LLMs has been tied to me writing better code, docstrings, and using autoformatters. |
|