Totally imaginary examples of things which never happen in real world software development projects.
Monday, March 28, 2011
Documentation is important
/** * getRows. * @param inData DataIn * @param index int * @return Data * @throws Exception when something goes wrong */ public Data getRows(DataIn inData, int index)
Good to know that an Exception is thrown when something goes wrong.
No comments:
Post a Comment