Monocle icon indicating copy to clipboard operation
Monocle copied to clipboard

Create an Internals.md document documenting the internals of Monocle

Open NightRa opened this issue 9 years ago • 2 comments

We should create an Internals.md document documenting the internals of Monocle;

  1. What's where
  2. What are the different parts
  3. What structure these follow For example, for core: The parts are:
  4. Optics declarations:
  • Polymorphic optic trait, minimal implementation
  • Simple Optic wrapper objects with constructors
    1. Function package:
  • Why it's structured the way it is (to allow many datatypes to implement them)
  • What's defined where

This could actually be quite a good in depth tutorial to Monocle.

NightRa avatar Oct 15 '15 20:10 NightRa

good idea

julien-truffaut avatar Oct 15 '15 20:10 julien-truffaut

sounds good :+1:

aoiroaoino avatar Oct 16 '15 09:10 aoiroaoino