logoalt Hacker News

abstractspoonlast Thursday at 7:58 AM3 repliesview on HN

I can't imagine programming without understanding aka vibe coding. Hence I will never vibe code.


Replies

zbytoday at 9:08 PM

What do you do to learn new programming construct? What did you do to learn programming - didn't you write

  #include <stdio.h>

  int main() {

    printf("Hello World");
    return 0;
  }
while having no idea what 'stdio.h' is?
show 2 replies
avilaytoday at 7:50 PM

The two don’t have to be mutually exclusive. You can let the agent code and you review it, or vice versa. No different from being a team lead where you don’t write all the code, or even review each and every line of code, but you have a very firm grasp of the code base.

ameliustoday at 5:51 PM

-- me, two months ago

show 2 replies