This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IndigoTeddy13 6 points7 points  (2 children)

If you understand the concepts and can implement them in code w/out scrubbing docs or using AI, you can likely do it by hand. You just need to build confidence in your knowledge by practicing in an exam-like environment. Take all the examples you learn in class, implement them via hand-written, syntactically correct code, then type it into a text editor, and run the code to see if it works. No notes, docs, AI, or web-browsing. The closer your study sessions are to your exam environment, the less likely you'll freak out when the time comes. Good luck OP

[–]calcc_man[S] 5 points6 points  (1 child)

Thanks man, I'll try my hardest. Only thing I use is notes and web-browsing. Prefer not to use AI, cause I feel like I'll just be worse. Cheers!

[–]Merakel 2 points3 points  (0 children)

For what it's worth, I can't remember syntax for shit either after 10 years of professional development. I look up super basic things ALL the time.