Hacker News new | ask | show | jobs
by tetha 6077 days ago
What is the point form?
1 comments

Perhaps in bullet points?
An example from my code:

  /// - parse an HTTP input stream as XML
  ///   - requires a progressive parser (currently xpat, which is distributed with
  ///   Apache)
  ///   - the XML in turn is mapped to database operations, and the results
  ///   of the database operations used to create the HTTP response