Logic Building โ€” What it means in programming?

BuriedByteBuriedByte
1 min read

Logic - A human thinking method on how a problem can be solved one step at a time.

  • So it means to build ability to solve problem related to programming.

๐Ÿค” Question to asks for building Logic

  1. Know the purpose before solving problems.

  2. What are the pre-requisite of the given problem?

  3. Learn the concepts of the requirements in a brief.

  4. How to keep it in a simple and feasible way?

  5. How do I simplify explanation for others and also for me as well?

  6. How to divide task into smaller modules that can be easily assignable to anyone even if it's basic program?

  7. If you are stuck ask on first priority then jump on code.

I wrote this as a remainder for those who are trying to figure it out and for myself too โ€” I hope it will help us to gain some clarity.

0
Subscribe to my newsletter

Read articles from BuriedByte directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

BuriedByte
BuriedByte