• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

How to develop strong analytical skills?

 
Ranch Hand
Posts: 153
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For my college internship at a company I am required to have strong analytical skills (basically for understanding a project assignment, understanding the problem domain, finding the right patterns (OO, UML, etc), the right system design etc).

My question is: how do you develop strong analytical skills? Is it a talent you are born with? Is it something you can learn in software engineering books?
I've been through all the software engineering (101, 201 and 301) classes and I passed them, but I am afraid of not having these skills.

 
Ranch Hand
Posts: 624
9
BSD Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IMO though analytical skills are somewhat inborn qualities, but can be improved through practice.
Quantitative aptitude, Logical reasoning, solving Sudoku are few I know of.
 
Bartender
Posts: 15743
368
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Practice practice practice practice. I really think that's all to it.

Apply what you know to the problem you want to solve. Initially, your solution will probably have many mistakes. If you keep making the same mistakes over and over, eventually you will learn to recognize the situation in which you make them, and make a better solution from the start.

Some people are quicker at learning from their mistakes. I think this is what we call an 'analytical person'. However, I think everyone is able to become good at recognizing certain situations, given enough practice.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic