#what do you guys do to get “unstuck”?

9 messages · Page 1 of 1 (latest)

tulip basalt
#

Hello, I’m currently in first year college. I would just like to know what do you guys do if youre stuck in a coding problem.

I’ve noticed so far that I have been relying on ChatGpt or any website resources to get “unstuck” with my assignments. Is that bad?

I just sometimes feel down. Because I didnt think for myself to solve the problem. Should I stop relying on these resources and think for myself?

tardy knollBOT
#

This post has been reserved for your question.

Hey @tulip basalt! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

upbeat arch
#

I typically use a debugger

tardy knollBOT
fast pecan
#

I use print statements

#

I think AI should only be used when you have found ABSOLTELY NO resources. 0 resources.

If you are relying on these, it can be wrong and may lead to code insecurity.

And it also doesn't give you the googling experience because you can't use AI at jobs (most jobs) to get the work done

#

And imho I think you will spend more time wasted asking it questions and correcting your code than doing a quick Google search for "How to shade dependencies in maven" for example

#

Although I would recommend a debugger as it is very useful telling you what values variables are, current execution line, status, etc