"Why keep `HydratedTarget`? We need it for the typ...
# development
h
"Why keep
HydratedTarget
? We need it for the type-driven graph to work properly. A
HydratedTarget
is a generic wrapper around different target classes, whereas a
TargetAdaptor
has different types like
PythonTestsAdaptor
and
PythonLibraryAdaptor
" <- this is a useful thing to keep in mind
👍 1