vitalseeds / vs-data-api

Fast API endpoints to expose vs-data actions for to run from Filemaker
MIT License
0 stars 0 forks source link

Dictionary dispatch for large variation #83

Open tombola opened 4 months ago

tombola commented 4 months ago

https://martinheinz.dev/blog/90

Could switch functions for regular or large packet variations using a dictionary of functions.

This would be redundant/replaced if moved to using classes, either as a manager or model, but it might be a reasonable intermediate step to improve readability.