V
VisionSet
I'm used to seeing and have adopted the javadoc style overtime so as to
document my packages/classes/methods from a responsibilities and contract
stand point. This makes total sense for the client programmer using library
code. However if you aren't writing library code and your main concern is
maintenance by yourself or whoever it seems to me that comments such as
'this method is known/written to be called by foo for reason x' have a
place.
Anyone any comments concerning this or can point to me examples of
documentation that exists for mainly maintenance purposes?
I realise that this is where sequence diagrams come it to there own.
TIA
document my packages/classes/methods from a responsibilities and contract
stand point. This makes total sense for the client programmer using library
code. However if you aren't writing library code and your main concern is
maintenance by yourself or whoever it seems to me that comments such as
'this method is known/written to be called by foo for reason x' have a
place.
Anyone any comments concerning this or can point to me examples of
documentation that exists for mainly maintenance purposes?
I realise that this is where sequence diagrams come it to there own.
TIA