You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this as an example, but I'm finding these easy to scan now. I do wonder if it's because I've seen quite a few now: list comprehension + filtering clause + or for some values. It's complex, but I think once you take the time to understand one, you kind of understand the rest in the transform.
When we get into orchestration, and all FMR is done, it might be worth looking at some of these and see if some helper utilities can be constructed.
Per @ghukill 's comment:
Using this as an example, but I'm finding these easy to scan now. I do wonder if it's because I've seen quite a few now: list comprehension + filtering clause + or for some values. It's complex, but I think once you take the time to understand one, you kind of understand the rest in the transform.
When we get into orchestration, and all FMR is done, it might be worth looking at some of these and see if some helper utilities can be constructed.
Examples:
https://github.com/MITLibraries/transmogrifier/blob/00d2024d1ef7874d390f46c548fedc0c5de241f9/transmogrifier/sources/xml/dspace_dim.py#L311C9-L317C18
The text was updated successfully, but these errors were encountered: