|
|
|
|
|
by sysmax
326 days ago
|
|
There's a pretty good sweet spot in between vibe coding and manual coding. You still think out all the classes, algorithms, complexities in your head, but then instead of writing code by hand, use short prompts like "encapsulate X and Y in a nested class + create a dictionary where key is A+B". This saves a ton of repetitive manual work, while the results are pretty indistinguishable from doing all the legwork yourself. I am building a list of examples with exact prompts and token counts here [0]. The list is far from being complete, but gives the overall idea. [0] https://sysprogs.com/CodeVROOM/documentation/examples/scatte... |
|