CiwPython / Ciw

Ciw is a simulation library for open queueing networks.
http://ciw.readthedocs.io
MIT License
148 stars 42 forks source link

ServiceCentre as a dataclass with type hinting #231

Closed galenseilis closed 7 months ago

galenseilis commented 9 months ago

Dataclasses are concise.

Type hints help communicate the intended inputs of parameters.

galenseilis commented 9 months ago

More work on testing and types is required.

galenseilis commented 9 months ago

This might be difficult. Perhap Duck typing is an option.