Files
helidon/docs-internal
Romain Grecourt b19f866327 Multipart decoder rework (#2193)
* MultiPartDecoder implementation update (first pass)

* Fix TCK tests

* fix checkstyle

* update internal doc

* improve indentation

* Fix issue with distinguishing a concurrent onError signal from a concurrent onComplete.

* Incorporate review feedback

* add upstream = CANCELED to cleanup()
2020-07-28 13:30:46 -07:00
..
2019-12-05 11:23:29 +00:00
2020-01-23 18:42:21 +01:00
2020-01-23 18:42:21 +01:00
2019-01-02 17:05:07 -08:00

Internal Documents and Specifications

This directory contains internal documents and specifications. These fall into a number of categories:

  • Guidelines and best practices
  • Design documents
  • Feature proposals
  • Or pretty much anything else

By keeping our documents as source code we can easily find them and easily review them.

Specs vs GitHub Issues

In many cases GitHub issues are sufficient for tracking requirements and basic proposals. But a spec might be more appropriate if you want an easy to review, living document with a fair amount of detail.

Use Markdown

Write your specs in Markdown. AsciiDoc is also OK if you need it.