Details
-
AboutNoob
-
SkillsJava, Python, C++, SQL, Android
-
LocationCanada
Joined devRant on 5/23/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
-
/** Called when the rant is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState); setContentView(R.layout.dev_rant_first);
Log.d("Introduction", "Hello, devRant community!");
} -
I spent the last 2 days resolving over 2k dependency errors in a jee software what used java1.4 libraries
:) i love this profession2 -
To instantly know *exactly* what caused a compiler or runtime error and *exactly* how to fix it in the best possible way, every single time.2
-
Said my code is self explanatory and doesn't need comments.
After few minutes "wtf is this shit?".5 -
Fast Internet connection always distracted me to streaming youtube about technology or tutorial, but normally end up with 100% unrelated videos like how to sharp your knife using mug or watching top 10 mistakes in Harry Potter 😖😖😖3
-
tl;dr stupid clients with their stupid requirements.
Client: (on Monday) hypothetically could you implement "A"?
Me: (on Monday) yeah I could do that by Friday, let me know if you want me to start it.
Client: (on Thursday) hey remember we talked about "A" well do "B" instead and I'll need it by Friday still.
Me: "B" is completely different than "A" and will take probably twice as long.
Client: but you told me you could do it by Friday.
Me: ............ I want to smash your face.4