Skip to content

Commit

Permalink
[Utilities] refactor src/Utilties/model.jl (#2287)
Browse files Browse the repository at this point in the history
The previous version was not ordered, obscured the structs on which it
operated until the very end, and used eval to save a few lines.

This made it hard to read, hard to understand, and hard to identify which
methods were needed, missing, or incorrect.
  • Loading branch information
odow authored Sep 22, 2023
1 parent aff9f0f commit c059b17
Show file tree
Hide file tree
Showing 2 changed files with 483 additions and 458 deletions.
Loading

0 comments on commit c059b17

Please sign in to comment.