|
|
|
|
|
by Lich
196 days ago
|
|
Feeling the same. I’m guessing the folks getting good results are literally writing extremely detailed pseudocode by hand?! Like: Write a class Person who has members (int) age, (string) first name, (string) last name… But if you can write that detailed…don’t you know the code you want to write and how you should write it? Writing plain pseudo code feels more verbose. |
|
Sure, some of that, like CRUD APIs, you can generate via templates as well. Heck, you can even have the coding agent generate the templates and the code that will process/compile them, or generate the code that generates the templates given a set of parameters.