7 answers
Asked
416 views
How much enjoyment do you get from programming a stoftware?
I would like to program softwares but i'm not sure if the majority of people can find it enjoyable.
Login to comment
7 answers
Updated
Harmit’s Answer
Programming can be what you put into it! For me, I consider programming to be like a jigsaw puzzle where I know what my end picture is, I know my pieces, and I have to figure out a way to put them together. I find it very rewarding to go through the challenge of organizing my code and coming out with the finished feature or product. While there are frustrations and annoyances, that could happen with any field you go into.
If you are unsure about programming, my recommendation is to take some free courses online to dip your toe into it and see if you find it enjoyable. There are many great resources such as W3Schools and CodeAcademy (2 websites that I have used in the past to expand my programming knowledge).
Finally, I'd say it's best to look at what you find enjoyable about a subject or topic (whether it be programming or otherwise). Everyone has different opinions and views, so it's best to look inwardly and think of what you enjoy, things that inspire you, and where your passions lie.
Hope this helps. Good luck!
If you are unsure about programming, my recommendation is to take some free courses online to dip your toe into it and see if you find it enjoyable. There are many great resources such as W3Schools and CodeAcademy (2 websites that I have used in the past to expand my programming knowledge).
Finally, I'd say it's best to look at what you find enjoyable about a subject or topic (whether it be programming or otherwise). Everyone has different opinions and views, so it's best to look inwardly and think of what you enjoy, things that inspire you, and where your passions lie.
Hope this helps. Good luck!
Updated
Mickael’s Answer
This is good question: I do not know if this is programming/coding I like, or simply forcing my will upon a machine to solve a problem, or simply the problem solving part itself.
I guess all of them.
Coding does not come out of the blue and you usually are solving a problem first. So that part is fun. Once you have a solution in mind, you need to model your solution into something that only understands numbers, and finally code your model using a language that is appropriate and fits the best the place you are fixing the problem.
I guess that last part, when you see all working is the part that I enjoy, but really this is not just coding, this is the entire chain.
I guess all of them.
Coding does not come out of the blue and you usually are solving a problem first. So that part is fun. Once you have a solution in mind, you need to model your solution into something that only understands numbers, and finally code your model using a language that is appropriate and fits the best the place you are fixing the problem.
I guess that last part, when you see all working is the part that I enjoy, but really this is not just coding, this is the entire chain.
Updated
Fred’s Answer
I agree with Harmit. I've always thought of programming as a puzzle I need to solve. Sometimes I'm working with bits others have started, and sometimes it's all on me.
Just because many people do enjoy something, that doesn't mean you will. And just because everyone else hates it, that doesn't mean you will too. So as Harmit said, take some classes and try it out. What matters is if YOU like it.
Just because many people do enjoy something, that doesn't mean you will. And just because everyone else hates it, that doesn't mean you will too. So as Harmit said, take some classes and try it out. What matters is if YOU like it.
Updated
Robert’s Answer
Starting to solve a problem is the first step, and knowing where to begin is crucial. Coding can sometimes feel like a tough puzzle, but don't worry, it's part of the journey. And trust me, the joy you'll feel when your program finally works flawlessly is simply unbeatable!
Updated
Greg’s Answer
problem solving efficiency is a challenge that always intrigues me, so it keeps me on my toes for sure
but one of the things that i find i like the most, is depending on what type of programming you do, often times you are frequently solving new problems which keeps this industry fresh
i work in consulting so every 3-6mo, i get a new set of requirements, new problems to solve, and often times in a completely new industry i've never worked in
so my favorite part is it does not get stale
but one of the things that i find i like the most, is depending on what type of programming you do, often times you are frequently solving new problems which keeps this industry fresh
i work in consulting so every 3-6mo, i get a new set of requirements, new problems to solve, and often times in a completely new industry i've never worked in
so my favorite part is it does not get stale
Updated
Hunan’s Answer
It's one of the easiest ways to get into a state of flow, where you're lost in doing something and time passes without you noticing. It can become boring sometimes, but most of the time I find it very very enjoyable. It feels good to make things, so programming feels good as well. It's just code, but it's still a thing you're making
Updated
Prashant’s Answer
For me, programming is more about creating something that I own, and that feeling of ownership is what makes me want to give it my everything.