Rename proto.py files to types.py #589
Labels
priority-3-low
May be resolved one any timeline.
type-revision
About a change in functionality or behavior
Milestone
Current Situation
In the
proto.py
files we define both protocols and other useful types. The name "proto" is a bit confusing an could also be confused with protobufs.Proposed Actions
We should rename these files to
types.py
in addition we could create top-levelidom.types
module that exports all these types so that applications can use them to add type annotations more easily.Work Items
types.py
idom.types
module that aggregates useful type definitionsThe text was updated successfully, but these errors were encountered: