TensorCalculus
Gold Member
- 272
- 399
stack overflow and geeks for geeks literally carry me... copy paste off those two is something I do way too often...sbrothy said:Indeed, copy/paste is the backbone of programming. If someone already solved the problem for you reinventing the wheel is just stupid. If you can tell if it's worth copying that is.![]()
BUT please please do NOT try to learn by getting AI to generate code for you... it is not the same as copy pasting! When you copy paste sections of code... you have already broken things down and considered each step in solving the problem/building the software... however when you get AI to do it for you, there is no critical thinking involved whatsoever. You will not improve just by prompting an AI - using it to plan, to brainstorm, to compile... that's fine. But when you're learning - don't ask it to code. Sometimes you are getting it to do jobs you would benefit from doing without even realising.
By the way, a really fun programming challenge that comes out every year is Advent of Code (I am personally a huge huge HUGE fan...) - https://adventofcode.com/. Give it a shot when December rolls round. Or do the past year problems as practice!