How do you usually take notes for reading source code of a big software [closed]
Asked Answered
G

2

6

For big software, take notes is useful for understanding the big picture.

How you take notes? With pen/paper, or just a notepad; and what you usually will write for note?

Greasepaint answered 4/3, 2010 at 9:12 Comment(2)
Is this really a serious question? I use crayons and paper with really fat lines. And when i'm not using that i will use object models, class diagrams, sequence diagrams, etc.Cannery
Just for curiosity, sometimes it took me a long time to catch the software's design/implementation. Especially when there is not much documents about the design or implementation.Temperature
E
3

If you're a team: install a wiki and contribute all your discoveries there. Will preserve the knowledge for eternity and sharing it will be very easy.

Elasticize answered 4/3, 2010 at 9:12 Comment(0)
S
1

I generally note down the Important methods. Also mark important logic part part in IDE.

Salesroom answered 4/3, 2010 at 9:12 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.