Skip to content

Undo Modularization

Bert Palm requested to merge demodule into develop

we need new names for

  • generic.process
  • generic.flag may we just remove the periods and SnakeCase it ?

we need to think about the syntax with the generics. mask was renamed to maskTime. But in labda expressions in the generics mask is hard-coded and also dont even use the mask-function we provide. This shows an Syntax Error [1], but actually can run without errors, because mask is defined later in a local scope in the generic call.

@schaefed any suggestion ? also see #221 (closed) ..

[1] image

Beside that we're already done, i guess. No big deal, no magic. 30 min work.

Edited by Bert Palm

Merge request reports