Ranter
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
Comments
-
I've started to document all the stupid mistakes I makes and the reasoning behind each fix, so maybe one day others can learn from it.
Like how errors in python involving enclosed quotes, are actually often scopes that were opened farther up but are missing colons.
I hate those ones in particular. -
Lexter11743yWell, I've never been able to learn more than the basics from others. I'm too stupid for that. I learned the vast majority of it until I ran into a problem I couldn't immediately solve.
-
Normally you don't learn to debug and read logs from other people.
Parsing error messages is learnt by googling all the errors and that way learning patterns related to classes of problems.
Debugging is learnt by doing. Everyone has his personal style and experience will let you know what to look at first. -
scor38043y@Wisecrack
Good, good.
Stash your results away. Far away.
So no-one can ever find them.
..
Profit?!
:D
Just kidding.
I think you would have gone and published them somewhere already.
Cheers mate -
@scor it's more like I wrote them down, each in an individual text document and neglected to put them all in the same folder because I figured it wouldnt realistically help any one.
i was helping a friend who just started learning how to code and i realized that tutorials don't teach you how to read error messages and how to debug. that's stuff we learn from people, it's tacit knowledge. that's crazy to me, because those are such essential skills to a dev and i think just self learning is not enough. maybe coding is even more of a socially dependent skill than i ever thought. looking at it that way, stackoverflow is a good example of that, I can't really imagine being a dev without the dev community
rant