5 tips to improve logic building in programming - PowerPoint PPT Presentation

About This Presentation
Title:

5 tips to improve logic building in programming

Description:

Logic in programming is a fundamental key to be a good developer, may be depending in your job place you are going to use more algorithms or not. If you are a web designer probably you are not going to deal with complex algorithms, but if you are a front-end developer may be a little more and if you are a back-end developer then much more Here I will present you a list of 5 points, that in my opinion with resources, to improve our programming logic. website- – PowerPoint PPT presentation

Number of Views:305
Slides: 9
Provided by: aman597

less

Transcript and Presenter's Notes

Title: 5 tips to improve logic building in programming


1
5 tips to improve logic building in programming
5 tips to improve logic building in programming
  • Presented by AMAN KUMAR

programmingshark.com
2
  • What is Logic Building?
  • Logic in programming is a fundamental key to be a
    good developer, may be depending in yourjob place
    you are going to use more algorithms or not. If
    you are a web designer probably you arenot going
    to deal with complex algorithms, but if you are a
    front-end developer may be a littlemore and if
    you are a back-end developer then much more
  • Here I will present you a list of 5 points, that
    in my opinion with resources, to improve our
    programming logic.The article is for everyone, if
    we manage to develop a good logic we will be able
    to move through a different languages in a
    flexible way, try to do not depend on the
    language.

3
Practice
1
  • The most important point is this Practice. An
    algorithm is nothing more than a order or finite
    setof operations that we carry out for a sole
    purpose of finding a solution to a problem. So
    try topractice simple problems to get a better
    logic.

4
Learn about Data structures and Algorithms
2
  • Learning about structures will give you a better
    plan to focus your problems and have an efficient
    software. You can play games like chess and
    practice mathematics.

5
Learn programming paradigms
3
  • A very good point is to learn programming
    paradigms. Probably one of the most programming
    Paradigm is Object-oriented paradigm(OOP). A
    programming paradigm is like a blueprint to
    follow to create our project. You can learn
    functional programming to learn how you can
    develop programs and solve problems in different
    ways.

6
Read and understand other programmer codes
4
  • If you are in a project where you can view other
    programmers codes and programs, and then try to
    go through those codes and understand how they
    have written the logic. This exercise helps in
    matching your thinking skills with other peoples
    logical thinking. It enables you to co-relate how
    the other person has thought and written the
    logic.

7
Break Complex problems into Simple problems
5
  • In the programming world, programmer faces
    complex problems in day to day work. It is very
    important for the programmer to first get visual
    pictures of the problems. The visualization is
    possible only when the programmer is thoroughly
    understood the complexity. Once the visualization
    is complete, the programmer can use graphical
    tools to get the real picture.

8
Thank You!
Write a Comment
User Comments (0)
About PowerShow.com