Details
-
Aboutdev.
-
SkillsC, C++
-
LocationLublin, Poland
-
Github
Joined devRant on 7/7/2016
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
-
How to protect privacy and stay sane? It feels like I have to think and do everything or it's all useless...4
-
I recently got my first job and I already saw code that I won't ever forget
for(int i=0; i < 2; ++i) {
switch(i) {
case 0:
~~~
break;
case 1:
~~~
break;
case 2:
~~~
break;
default:
~~~
break;
}
}23 -
Yesterday on #vim irc
User1: Hey this is my code <linkto python code>, why isn't this working?
User2: It's Vim channel, you will have more luck on #python.
User1: But I'm coding on Vim so it's Vim related
Me: Then go to #ikea because of that chair you are sitting on while typing.5 -
When I was 14 I saw a book about game programming in Visual Basic for 2$. I decided to get it. With this I wrote my first code, then Pong. Then I started C++ with a book called 'From noone to game coder' (in my language rhymes tho).
-
I'm very bad at reading someones code. For example when someone on uni asks me to help him with code I just write it from scratch, I can't find the mistake or even understand thoughts of this person. I'm afraid that when I'm going to work in team I'll be useless. Can I even do something with this?5