Become a Better Developer by Solving Micro Problems

Mohammad Azam
3 min readJan 12, 2021
Give a shoutout to Ryan Quintal on social or copy the text below to attribute.

In my last post, I talked about how isolating the code allows you to focus on the main problem and ignore the complexity associated with the rest of the application. In this post, I will talk about how a large problem can easily be solved by dividing it into much smaller (micro) problems.

Implementing Micro Tasks

Let’s say you are building an application which allows the user to authenticate using username and password. You are responsible for the complete piece, which includes the database, server as well as the user interface. If you look at the problem as a single unit, you may get overwhelmed due to the scale of the task. I have even witnessed some of my students completely freeze and not even able to take a single step forward, because they become paralyzed due to the mammoth size of the task.

The path forward is to break problems into smaller, micro problems. There is no hard and fast rule of how small a micro problem should be, but it should be definitely smaller than the original task. Here are few examples of micro tasks for building the login user interface:

  1. Place required web elements on the page
  2. Validate TextFields for username and password
  3. Display validation messages

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Mohammad Azam
Mohammad Azam

Written by Mohammad Azam

Lead instructor at a coding bootcamp. Top iOS mobile instructor on Udemy. Author of multiple books and international speaker. azamsharp.school

No responses yet

What are your thoughts?

Recommended from Medium

Lists

See more recommendations