for those who have views on code organization, I g...
# development
f
for those who have views on code organization, I give you https://github.com/pantsbuild/pants/pull/22352 (refactoring environments-related target types to their own file). Feedback desired.
Motivation is to avoid an import cycle encountered with call-by-name migration.
p
I have to laugh at myself here... At first, I thought you were talking about enforcing that environment targets need to be defined in a separate/special BUILD file. It's truly just code organization. Your refactor looks like an improvement to me. 🙂