Welcome to my blog! Here I will post my thoughts on software, computing, food, philosophy, travel, real estate and everything else :)
Get link
Facebook
X
Pinterest
Email
Other Apps
The Man who knows how will always have a job, The man who also knows why will always be his boss!
- Ralph Waldo Emerson!
Get link
Facebook
X
Pinterest
Email
Other Apps
Comments
Popular posts from this blog
What makes programming so difficult - and can we make it easier? By Karsten Wagner I read this great article by Karsten Wagner and couldn't stop myself from reproducing it here... I often thought about the reasons why programming seems to be so difficult and also so different to many other professions. And to what degree it's possible to simplify and quicken the process. Inspired by this blog post , I want to share my view of the topic here. What's the 'process' behind programming? How do we do it? I think that we can break down the process of programming info three steps: Step 1: Analyse the problem you want to write a program for and create a model of the problem which can be implemented as a program. This step has do be done no matter which programming language you use for implementation. It requires both domain specific knowledge as implementation specific knowledge. It also requires knowledge how people interact with computers, about which things are solvable ...
Just read this article Here are a few good points I liked: Choose a Fixed schedule for everything (e.g. Work 9 - 6.30, Family / Fun / etc: 6.30 to 11.30, Sleep 11.30 - 7.30) Serialize your projects. Keep n project queues (optimally n is between 2 and 3) and start working on the top project for every queue. Learn to refuse: I know it's tough, but it only helps.. Batch and habitatize: Start early.
Comments