June 2nd, 2023
Q&A: What is G2's least favourite aspects of programming?
https://www.youtube.com/watch?v=Jqj6l9wXip4&t=512
Suggested Wiki Refrence Code
Topics
Transcription
G2
My least favorite aspect about programming?
That's a hard question.
Programming can take time.
And sometimes you have a great idea, but you realize it will take half a year to make it.
So that can be a bit off-putting.
I don't like merge conflicts.
Probably because I do a lot of the merges here at work between the different places people work.
And you need to go to the other person involved and say, what changes did you make?
which
Jace
should I keep?
G2
If it's a lot of conflicts in a merge, then you might need to poke like five different people to solve and resolve all the conflicts.
It's not the work itself, it's mostly time consuming.
Jace
I did sign up to do problem solving and it is problem solving, so.