backendenhancementgood first issuepreparation
仓库指标
- 星标
- (0 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
The Preparation module should be cleaned up a bit:
- Change functions to use the
params { ... }structure for parameters. - Lambda functionality belongs in the
lambdafolder, whereas data juggling should be placed in the respective folders. - Lambda functions should use
failure/successfromutil/responsein all cases. - Consider whether or not the
typesfolder should be lifted to workspace level.