yes you can build wrong things. just because you get handed a magic wand that can build structures out of anything doesn’t mean you can just build a skyscraper out of shit and sticks and call yourself an engineer. sure you can have your monstrosity for your own use, but when you are building skyscrapers with people living in them they need to not fall over and kill people
Corey San Diego's avatar Corey San Diego
Vibe coder: I built this amateur app that does something specific and useful to me Jb55: no you didnt image Haha, just kidding dude
View quoted note →

Replies (8)

But it also reminds me of some of the epic spreadsheets people would build at work because they didnt know SQL. Largely impressive given the tools (if fragile and not generalizable), like watching someone build a house with only a flathead screwdriver.
It reminds me more of the early days of PHP. Having programmed C, I still followed a lot of the rules that C had. PHP far more efficient though, as I wasn't required to jump through so many hoops. Then I started seeing comments that PHP was a horrible language. It turns out that people were commenting about PHP code written by people that didn't learn proper coding techniques (like instantiating variables, or having variables defined as a group at the top of a file). People, new to prgramming, were coding in a "stream of thought" process, and churing out crap that ran just fine. Of course, maintaining or fixing that code was a whole different story.