With my first post of this blog, I will share some of my experience while working on Android Applications and how geeks look at the problem.
When we get stuck at some point while coding, why we do google for the problem. Because it will find the answer for you, But does it really helps you to improve in any way, may be for the boilerplate code we get lame and doesn't bother about to understand it.
Let's have a look at the figure to understand how boilerplate code looks like in real life.
When we get stuck at some point while coding, why we do google for the problem. Because it will find the answer for you, But does it really helps you to improve in any way, may be for the boilerplate code we get lame and doesn't bother about to understand it.
Let's have a look at the figure to understand how boilerplate code looks like in real life.
Now if we look close enough, every move in the dance was easy until we try to perform every step at once. Even sometimes complex coding problem just bounces over my head, I spend hours and hours try to understand the actual problem.
Now let's look at the Divide and conquer strategy, the easiest way to break down the problem into pieces. When we have some bigger and scary problem, just hold on, don't get scared. Break the problem into parts until you reach to the base problem.
It really helps me to understand the root cause first. Then building the solution based on this root cause. That's all folks for the first post. I'll get back with some interesting articles soon.
No comments:
Post a Comment