Details
Joined devRant on 6/1/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
-
You know you're not going to have fun when you get assigned to a project which required to install this software...7
-
As a full stack C# developer who prefers backend: 1000% this
https://hackernoon.com/how-it-feels...4 -
Want to get last value of a list?
value = 0
for value in list:
pass
working with 10 year old code :/2 -
How to write bug free code:
while True:
try:
_loop() # all logic here
except:
print_excv()
This will not cause any difficulties ever. Remember to pipe output to /dev/null, make this script a critical but undocumented part of your infrastructure and tell no one about it. -
Programming Languages aren't designed to be read by machines, they're meant to be read by humans. Act like it. #realdevscomment4