SpartanRefactoring / spartan

1 stars 0 forks source link

Preparation work #10

Open yossigil opened 7 years ago

yossigil commented 7 years ago

Sort out the list of nanos and candidates. Make a short list of everything that can be written as fluent API. But, do not write a fluent API for this. Do this in LaTeX.

OriRoth commented 7 years ago

Done (copy-paste work) (see Research-Proposal-Ori-Roth). I started midterm analysis of some of the propositions: executeUnless [Execute] C unless b | [Execute] C when b (Marco's format) --> unless [condition] execute [runnable] | when [condition] execute [runnable] (our format) Should I continue with it? Or should I filter Marco's proposals? (this obviously would require me to think of fluent API format).