Maybe i should quit programming some time to see if i can reverse to a more social style of thought.
The Ugly Side of Learning to Code
21–30 of 62 posts
Re: The Ugly Side of Learning to Code
#22Programmers make better entrepreneurs because (shock) loving the act of learning new things as an end in and of itself makes you way, way better at it.
Re: The Ugly Side of Learning to Code
#23> "I'll never become a good programmer, but I strive to be the most capable brogrammer I can be." Being a competent programmer is a prerequisite to being a "brogrammer" (whatever that means).
Not necessarily if you want to be a brogrammer... watch the video, it from the first twilio conference. it's hilarious! :)
Re: The Ugly Side of Learning to Code
#24I wish more business guys would try to learn programming, so well done sir. But I do have a quibble with this statement: > if you want to become a programmer, you have to be comfortable with having to learn new things constantly for the rest of your life". In my experience, the quickest way to tell that someone is not cut out to be a programmer is when they complain about the amount of continual learning that is a re…
That's so true! I used to love to learn... I mean I had to learn Spanish in 6 months when I moved to Costa Rica for an internship. Plus I've read at least two books per month for the last 3 years (business and psychology stuff). But learning to code was a lot more exhausting because it's based on knowledge and there's no room for bullshitting (unlike business ;)
Programming has elements of both kinds of learning. You need to learn the rules of syntax. You need to understand the libraries you are using. There are plenty of other basics that you need to know, but aren't particularly satisfying to learn. But once you start solving problems, the experience is very different. In your fist six months, everything is new. Your sense of achievement is great. As your skills expand, more of your work is simply good engineering. Unless you are constantly pushing the boundaries, your new discoveries are more limited.
TL;DR: reading business books is comparable to studying programming libraries. Successfully executing a business deal is more comparable to building a MVP.
Re: The Ugly Side of Learning to Code
#25> is it possible to become a decent programmer ... No. > ... and build a MVP in just six months? Yes.
exactly. Thinking that you're a decent programmer after 6 months is nothing but hubris, and shows you're still in the stage of not realising there is much, much, much more to learn. Or his definition of 'decent' does not match mine.
Re: The Ugly Side of Learning to Code
#26"Coding uses a lot of thinking patterns that I hadn't really used since my math and statistics classes in college, and even back then not in this intensity" And "I guess my point is, that if you want to become a programmer, you have to be comfortable with having to learn new things constantly for the rest of your life." So many conversations around "but I want to be a programmer, do I really need to learn math? Reall…
Re: The Ugly Side of Learning to Code
#27Sorry guys if you get a server error page, seems like my heroku dev postgres can't handle ANY traffic. I haven't implemented connection pooling yet and I run out of db connections way to quickly ... will try to fix it or set up my own db!
Re: The Ugly Side of Learning to Code
#28Sorry guys if you get a server error page, seems like my heroku dev postgres can't handle ANY traffic. I haven't implemented connection pooling yet and I run out of db connections way to quickly ... will try to fix it or set up my own db!
Re: The Ugly Side of Learning to Code
#29I'm about 4 months full time into web dev, and there's just so much that goes into developing a web app. And then there's the team component. And then the web app needs to scale. Ruby, Rails, MySQL, MongoDB, Javascript, how to set up the hosting, software design best practices, debugging, etc. If I didn't have a mentor or peers help me through this I seriously don't know long it'd take to figure out all the different pieces and how they fit.
Re: The Ugly Side of Learning to Code
#30"As a result I've become more focused, more logical and smarter. But I've also become more detached from everyday life and less fun to hang out with. I'm not sure yet if the change is permanent, but I certainly hope that it can be undone :)" 6 months away from programming, and you'll be fine :)