Best way to tackle any problem in development.

Aryan Dhankar
MindOrks
Published in
2 min readApr 13, 2018
Source: Google

1. Understand the problem:

Don’t just start writing code in the first place, first try to understand the problem. The cause of the problem should be clear in your mind. If possible try to divide the problem into small parts and then try to find what we have and what we want. And then try to find the best solution for that problem.

Robustness

2. Try to find the Robustness of your solution:

Don’t just implement as soon as you find it. First try to understand up to what level the solution can sustain. Up to what extent Solution will work.

Source: Google

3. Discus your solution:

Even if you got the solution to the problem, first discuss your solution with your team. Maybe someone in your team encountered the same problem in his past and have the better working solution to the problem. Or they can also do some amendment in that solution if required.

I had heard these from Amrit Sanjeev in #gddIndia : Don’t try to throw your problem on others. No one has time to solve your problems. But if you ask for advice, you will definitely get some.

#Quote : Best way to get rid of the problem, is to face it.

If you like it ,please share…

You can also find me on..

GitHub , Facebook, Quora , Twitter

--

--