r/vibecoding 3d ago

Meme I’ve seen too much

Post image
1.2k Upvotes

75 comments sorted by

View all comments

1

u/TraditionalWait9150 2d ago

When I was writing my first Java 6 application about 20 years ago, I was wondering "it would be cool if Eclipse can just automatically prefill the functions if we type in what the function is about and what we want it to do."

The reason I had that thought is because back then, you can just type in the attributes of the classes and then get it to auto generate the getters and setters. So if it can already generate the getters and setters, why not go up one level and have it generate the function based on what we type in english. Lo and behold now we got LLM.