Hacker News new | ask | show | jobs
by sergiotapia 4639 days ago
I highly doubt that. When I first started programming it took me upwards of a day to have a simple Windows Form that had two textboxes and displayed a Message Box saying "Hello" + textBox1.Text + " and " + textBox2.Text. Even copy and pasting didn't work.
1 comments

Perhaps the state of tutorials and online help (stack overflow etc) are much better than in your day. I know they are compared to mine.

Perhaps she coppied the whole project and then just went back through it, changing things and if they didn't work reverted.