forum

For programmers: What are things in programming that make you want to throw your PC?

posted
Total Posts
29
Topic Starter
BluePyTheWDeer_
Title is self explanatory

Mine: I once saw a video named: "React for the Haters", and saw how React sometimes made things WAY more complex than it should've been.
Jangsoodlor
tinkering with tkinter.
Tad Fibonacci
Not a programmer but nothing.

My PC is too expensive.
WitherMite
me
Winnyace
JavaScript and its entire ecosystem.
Ymir
Downloading Header files and Libraries and all that
-Kori
git
Karmine
I make a react app for my job and it's fucked up but somehow not as bad as Java.

-Kori wrote:

git
This thing should be removed from existence.
Winnyace
LMAO? Why is git bad?
Topic Starter
BluePyTheWDeer_

Karmine wrote:

I make a react app for my job and it's fucked up but somehow not as bad as Java.

-Kori wrote:

git
This thing should be removed from existence.
Without git there is no GitHub nor GitLab nor any other git related service and without them there is no repositories and without them then osu would have never been maintained by the devs and the community, and many other projects would have NEVER existed, or simply existed in another service.

Edit: Read a comment below and I feel dumb ;(
Patatitta

BluePyTheDeer_ wrote:

Karmine wrote:

I make a react app for my job and it's fucked up but somehow not as bad as Java.

-Kori wrote:

git
This thing should be removed from existence.
Without git there is no GitHub nor GitLab nor any other git related service and without them there is no repositories and without them then osu would have never been maintained by the devs and the community, and many other projects would have NEVER existed, or simply existed in another service.
Hating on something because of how it works in the modern day and age and the history and legacy of that thing are two completely different things, you can hate how something works while still appreciate what it has done for the world
ColdTooth

Patatitta wrote:

BluePyTheDeer_ wrote:

Karmine wrote:

I make a react app for my job and it's fucked up but somehow not as bad as Java.

-Kori wrote:

git
This thing should be removed from existence.
Without git there is no GitHub nor GitLab nor any other git related service and without them there is no repositories and without them then osu would have never been maintained by the devs and the community, and many other projects would have NEVER existed, or simply existed in another service.
Hating on something because of how it works in the modern day and age and the history and legacy of that thing are two completely different things, you can hate how something works while still appreciate what it has done for the world
not once did they say hate but way to hold a grunge for no reason and derail the topic
Hachiman Ryouta

WitherMite wrote:

me
Winnyace

Ymir wrote:

Downloading Header files and Libraries and all that
It's pretty easy honestly. A lot of libraries offer instructions on how to install them and include them in build systems like CMake. I do agree that at the beginning, it is really complicated and unfun.
McEndu
Writing a full C program without any unit tests.
Patatitta

ColdTooth wrote:

Patatitta wrote:

BluePyTheDeer_ wrote:

Karmine wrote:

I make a react app for my job and it's fucked up but somehow not as bad as Java.

-Kori wrote:

git
This thing should be removed from existence.
Without git there is no GitHub nor GitLab nor any other git related service and without them there is no repositories and without them then osu would have never been maintained by the devs and the community, and many other projects would have NEVER existed, or simply existed in another service.
Hating on something because of how it works in the modern day and age and the history and legacy of that thing are two completely different things, you can hate how something works while still appreciate what it has done for the world
not once did they say hate but way to hold a grunge for no reason and derail the topic
honestly I had a response to this but actually just what the fuck
Karmine

BluePyTheDeer_ wrote:

Karmine wrote:

I make a react app for my job and it's fucked up but somehow not as bad as Java.

-Kori wrote:

git
This thing should be removed from existence.
Without git there is no GitHub nor GitLab nor any other git related service and without them there is no repositories and without them then osu would have never been maintained by the devs and the community, and many other projects would have NEVER existed, or simply existed in another service.
Literally wouldn't change a thing, there's many other version control systems and another one would have risen to the top.
Mercurial is apparently much better but I haven't tried.

+ what the potato said.
Winnyace
You didn't answer why is git bad in your opinion.
Jangsoodlor

Winnyace wrote:

You didn't answer why is git bad in your opinion.
Karmine

Winnyace wrote:

You didn't answer why is git bad in your opinion.
It's just unpractical, sometimes prevents pulling for no reason, sees merge conflicts where there's none...
It's just bad at doing what it was designed to do.
-Kori

Winnyace wrote:

You didn't answer why is git bad in your opinion.
its syntax sucks ass
Jangsoodlor
Installing c/c++ complier in windows PC
Winnyace

-Kori wrote:

Winnyace wrote:

You didn't answer why is git bad in your opinion.
its syntax sucks ass
Why?

Jangsoodlor wrote:

Installing c/c++ complier in windows PC
Install Visual Studio. Seems to be the only way to do it sanely.
Ymir

Jangsoodlor wrote:

Installing c/c++ complier in windows PC
It was easy on Windows.
I tried installing it on MacOS and it took me a minute.
Topic Starter
BluePyTheWDeer_
Another thing from me: Java in the past was completely boilerplate, which meant that you had to write this only for saying "Hello World":

class whatever {
public static void main (String args []){
  System.out.println("Hello World");
 }
} 
Winnyace

BluePyTheDeer_ wrote:

Another thing from me: Java in the past was completely boilerplate, which meant that you had to write this only for saying "Hello World":

class whatever {
public static void main (String args []){
System.out.println("Hello World")
}
}
put your code within code tags.

class whatever {
  public static void main (String args []) {
    System.out.println("Hello World")
  }
}
McEndu

Winnyace wrote:

Jangsoodlor wrote:

Installing c/c++ complier in windows PC
Install Visual Studio. Seems to be the only way to do it sanely.
MinGW-w64/MSYS2 is better
Corne2Plum3
Segmentation Faults
westtle


"my friend did this to me when i was new at programming."
Please sign in to reply.

New reply