console.log(“Can I Actually Code?”);

3

October

2024

No ratings yet.

Over the past two months, I’ve been trying to learn React, a powerful JavaScript library for building user interfaces. As a newcomer to React, and coding in general (except for that one python course in every business bachelor), I quickly realized that learning React goes a lot deeper than I initially thought. With this comes the endless array of questions that arise with every new function you’re trying to write.

In the beginning, like many others, I found myself searching for solutions on forums, reading documentation, and piecing together tutorials. While these are invaluable resources, they often left me with information I found wasn’t exactly tailored to my specific questions or project setup. I would look on StackOverflow or Reddit and pray that some person from a random corner of the world had had my exact problem once before. But why search for this perfect scenario when you have a personal coding assistant that has the knowledge of all these forum users combined?

Instead of sifting through pages of StackOverflow posts or scrolling through Reddit threads, I started using ChatGPT to ask hyper personalized questions. For example, I could describe my project’s context in detail: what kind of components I’m working with, what the general goal is and just paste my entire codebase. The answers I received were tailored precisely to my situation, bypassing the need for trial and error from someone else’s scenario.

This however isn’t all rainbows and sunshine. Besides the occasional mistakes (which is to be expected), I started becoming very reliant on genAI to just create my code. Why would I try to type out and understand a function, if ChatGPT could do it perfectly and 10 times as fast. This however, does not really fit the description “Over the past two months, I’ve been trying to learn React”. I have thus been trying to limit my use of ChatGPT (in this context) to just asking questions about code I have actually written myself. This way I try to understand the code I am writing first, and if all else fails resort to my ‘coding assistant’. I feel like this is a much healthier way of “learning how to code”. I think it is really easy to make yourself believe you’re good at writing code, if you’re working with a chatbot on your side.

What do you think, what is your personal experience with ChatGPT and coding? Do you have any recommendations for LLMs to use for this besides ChatGPT? I was also thinking, will these forums such as StackOverflow disappear, why would I try to find a similar problem when I can just get the perfect answer through a chatbot? Let me know what you think!

Please rate this

Leave a Reply

Your email address will not be published. Required fields are marked *