+ 6
What is your favorite part about coding?
11 Respuestas
+ 27
@Hatsy Rei
that is also my own true story, just longer and more agony than you.
+ 15
The glory and agony of it all together - When you howl and scream in pain, anger and despair, and complete your code after tons of hard work, irreplaceable feelings. :>
+ 9
It simplifies tasks you have to do manually.
I study statistics so I work with a lot of numbers.
It's easier for me to write a code so that the machine will do all the necessary operations instead me taking time to do it manually.
TL;DR: It makes stuff simpler and easier.
+ 9
The joy of having practical solutions to daily life algorithms. I once wrote a small program to randomly shuffle who would be the next beneficiary of a monthly Pooling Club of 6 members.
Before the program, we would use folded pieces of paper with numbers written therein and whoever would pick #1 would win the round.
How cool is that?!
Have modified the program from the original C version to work in Java.
Here's the code👇
https://code.sololearn.com/c4K09JxS7ZF1/?ref=app
+ 8
@TheRedSpy: Which one?
This one?
https://en.m.wikipedia.org/wiki/Albert_Einstein
or this one:
https://en.m.wikipedia.org/wiki/Young_Einstein
+ 7
Part of my favorite part about coding is the being able to make the computer do what I want. Having an idea or trying to solve a problem and working it out with the tools/skills that I have learned thus far to solve that problem or convey the idea that I had in my head and have it represented on the screen. Coding is like being given tools and materials and being allowed to create whatever you want!!!
+ 6
the learning of new things and ideas. the rabbit hole never ends!
+ 6
feeling like einsteine😎
+ 6
@jay
the second one😂
+ 5
Finding that line with a missing semicolon. ;-;
0
I agree. Ironically my favorite about programming is also how difficult it is. Then you conquer it and feel like you can keep conquering! Weird?