(in code, I mean). Truth is funnier than fiction. Comments in source code, to be precise. Consider, for example, the following worthy addition to the list of classic lines for fortune cookies:
// later is to be
or a declaration of principles:
// THIS method is not calling anywhere
or a declaration of the laws of the jungle:
// All transactional processing classes are responsible
// for calling this method and for providing what action is provided
or perhaps an example of stating the obvious:
// This abstract class houses default and common
// implementation for some interfaces
// This class is the message-driven bean implementation class
// which acts as the listener to queues which hold the messages that affect other
// business objects
it is unclear why the following comment should even appear in code (perhaps the reader is not expected to be a developer):
// It is restricted to change this API without testing all the references
how does one say a lot without making much sense? how about (some of the funny names in camel case are euphemisms to protect the innocently dangerous; any others are changes just to keep the legal eagles awbay):
/*
* DefectNumberInOneTrackingSystem Fix : Added this flag becoz
* misspelledMethodName() in Abstract Object Check Against Null String of
* FieldThatCannotBeDisclosed String While in This Defect Although it was Not
* ______ Update But then also FieldThatCannotBeDisclosed string was
* Not Null Becoz the default value stored in database is
* 0.0 So it is Not Null and MisspelledFieldName Become true and
* Then it dont set the AnotherFieldThatCannotBeDisclosed if it is True...See
* DefectNumberInAnotherTrackingSystem
*/
{includes material that previously appeared hereabouts}
No comments:
Post a Comment