jabraham17 / ZirconSIM

Apache License 2.0
0 stars 0 forks source link

Replace pairs and tuples with named-tuples #64

Closed jabraham17 closed 1 year ago

jabraham17 commented 1 year ago

Named tuples greatly increase the readability of code.

This will be a helping start to implementing a container for named tuples

jabraham17 commented 1 year ago

This turns out to require not so clean library code, much simpler to just use simple struct wrappers