Details
-
AboutA coder from a africa who hates segfaults. Talk is cheap, show me the code.
-
SkillsJs, Tscript, java, c/c++, php
-
LocationAustralia
-
Website
-
Github
Joined devRant on 8/19/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
-
I hate asking questions on stackoverflow because I can't come up with a good title. I fear having my question down vote.2
-
You refactor after there's code. You can't have clean code if there isn't code to be cleaned to begin with. Code first. Think of perfection later.4
-
Phps love of nested arrays is similar to that of structured programing and goto statements. You will do a lot of backtracking in both of them to see where things start. God bless PHP.3
-
Please use normalization. Don't store more than is intended in one field and use special characters to separate things. It would make future developers job easy.7
-
You come home and you realize the solution to your bug didnt solve everything. 😤😭, then you think about how many moves the bug is ahead. This is like playing chess. A keyboard and mouse game.1
-
More proof of computer scientists not wanting to bother with CSS. Guys this is might be the secret to becoming pro. Keep it Simple Stupid (KISS). That's the creator of C++ website btw.12
-
Every academic or some old dude who is a programmer always has an out dated looking web page. I think they must hate CSS. Try James Goslings website, Richard Stallman, I have seen a lot worst.
-
When fixing a bug i feel like i'm being interrogated. I just keep screaming out "I don't know!!" then i get punched again. "....once again - i told you i dont know"1
-
Had to refractor and abstract some code into an angular 2 component so it can be reused by another. Well I could have just copied and pasted the code from component 1 to 2, that would have been a lot more faster than making this piece of code separate. The later is better, removes code duplicate and your code reads better.
-
Arghhh! Reactive programming took away all the fun, but oh well, we can be more lazy now. Functional programming just made a big come back this year.2
-
When java was facing extinction, during the JavaScript, Node, and reactive programming hype. It did what it had always done. just adapt to the hype and maintain backward compatibility. We can all learn a thing or two from the humble java. It never rushes, it's patient. Be calm and wait before you hype yourself.2
-
CSS! after days thinking about this and using chrome dev tools to find the magic numbers ( thank arrow keys) i finally made this thing responsive. The magic is in 53px. Thanks to javascript i also did what seemed almost impossible for me in CSS. Phew!!!2
-
I love angular, but why didnt they make a default email validator in version 2. Only noe included in 4.1
-
Don't you ever try to translate code from one language to another. Instead grasp the problem and write the solution in the other language itself. You don't want to sit there for hours thinking if hashmaps are a good fit for phps nested arrays.1