Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    Still explains too much of 'how' and 'what'. I'm looking for the 'why' in this. I have searched dictionary.com and I have found this: dictionary.reference.com/browse/advice?s=t : "2) a communication, especially from a distance, containing information 3) an official notification". Some synonyms included: 'to admonish' which in turn means: "to urge to a duty; remind". In that context I could see 'to advise' as reminding another piece of code of something "Hey, you threw an Exception; you got logged". Distant communication: disconnected entity providing information (log()). Commented Aug 3, 2012 at 20:12
  • Also found this: "dictionary.reference.com/browse/counsel?s=ts" 'to advise' means 'to give counsel'. The word 'counsel' itself has one of these meanings: "advice; opinion or instruction given in directing the judgment or conduct of another.". I suppose that makes sense in a way. A method (instruction) that directs the conduct (way of acting) of another method. Commented Aug 3, 2012 at 20:33