"When you're learning, an answer that works is a correct answer."
miniblog.
Related Posts
Co-Authored-By: An old Stack Overflow answer, blindly accepting the compiler's suggestions, and a linter.
Whilst LLMs don't always give an accurate answer, the UI is really compelling. I keep finding users whose favourite way of doing research is an LLM.
Suppose I want to convert a string to uppercase in a language.
(1) Google it.
(2) Read the official docs or a Stack Overflow answer.
(3) Copy-paste the function/method name to my program.
This is an absurd number of keystrokes! Do any languages aim to minimise this?