Details
Joined devRant on 5/17/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Does someone has the same problem? I ticked all notifications but it still shows that there should be one...11
-
One of the truth no one wants to say because what can not be can not be.... but...
Maven is fuck... bullshit... failure by design.
For each project I need an own settings.xml. Always something not working. The same artifactory password 10 times there. Null pointer exceptions all over the place. Basics like versioning not really solved.
In all my years with Ant I never had so much problems than with Maven.
This settings.xml is really a design failure. Crap.1 -
10 PRINT “Hallo”
20 GOTO 10
1983 : my very first program and also very first contact with a computer - a VC649 -
Today was a satisfying day... I could code nearly all day 😃 (even when it was VBA and not Java - it was a nice diversion) - and in the end everything worked 🕺
-
I love exceptions - ANSI C with exceptions - that would be perfect for me.
I know that there are different opinions out there... I can’t understand why they haven’t implemented exceptions into Go. I have read the article why they didn’t but for me... exceptions are a GREAT language concept!!!!3 -
Doing maintenance can really be hard work 😓... especially when nothing was investigated into maintenance for over 5 years...
And frameworks and runtime environment is outdated...
do you know that problem?? -
UAHHHH.... I feel like in the 90s....
It didn’t happen for a long long time for me but now Word (2010 for the people who want to know) crashed and my last two pages are lost...
Yeah yeah.... save often.... save early.... before you press the insert page number button... uahhhh3 -
bugfixing quiz:
What is wrong in that Java code:
I would say that happens when developers frequently switch between Java and JavaScript3 -
I was fine with Eclipse. Then everyone around me told me that Eclipse is old and IntelliJ is new and super cool and makes me super fast and much more productive. Finally in our company we got a Ultimate 2018 license and I started to use it. There is a function: import from Eclipse. Hey cool - let’s import and go... but no. After importing I needed one day to get that running. But I’m not really convinced. After that... ok let’s try another project where colleagues have used IntelliJ already. But after checking out - that also didn’t work well and I spent the whole day it running locally. Although it’s a maven project. Up to know I think Eclipse is better in handling Tomcat and better shows the version control state of files. And for me the workspace concept of Eclipse seems to be better than the project concept of IntelliJ. But maybe I just have to get a better understanding of IntelliJ. Hopefully I can do my first coding in IntelliJ tomorrow. Maybe then I can see all the benefits. So far...4