Details
-
AboutiOS Dev
-
SkillsSwift, objective c, Java, python
Joined devRant on 4/29/2020
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
-
Microsoft, you can't sneak this past me! I notice you're putting rounded corners in specific parts of your OS, and I don't like it. It's inconsistent with your design and your slow roll-out of the rounding makes things round in some areas (such as the context menu in the calculator app) and square in other areas! (such as the context menu anywhere else)
All I'm saying is either do it everywhere, or do it nowhere.
(I realize the terminal is not an official application YET, but it's a good example)8 -
When the fuck will people learn to handle errors as soon as possible and return early? I have been reading the some code all day and the amount of nested:
```
if(okay) {
... 200 lines of code
} else {
throw
}
```
is frustrating. the indentation is sometimes 6-7 tabs deep...6 -
And after copy paste when it doesn't work, I read the text and come to know only works in x version, which I never have.2
-
It's not always certain whether we do a morning standup, so usually someone asks "su?" in our Slack chat around 9:15
I'm _so_ tempted to send the flag of the Soviet Union every time someone asks that.5 -
VSCode, the only thing I hate about this is, it becomes too lag after I left it too long. Probably because of the vin extension, I typed something and it only came out 1/2 seconds and I have to restart my laptop 😭7
-
Being the only developer in your circle of non-tech friends is weird 😕.
And why are most female programmers not appealing 🤦♂️.
The beautiful ones are usually clueless and can't get into a ”deep programming concept ”conversation.
I guess I can't eat my cake and have it at a time.18