Hello. I’m trying to refactor `BuildFileAddress`, ...
# development
h
Hello. I’m trying to refactor
BuildFileAddress
, such as getting it to no longer subclass
Address
but instead compose it with a dataclass (long standing TODO). I think it’s too entrenched to get right, though. It’d be easiest to start from scratch. The only issue is the name. I like
BuildFileAddress
, but it’s claimed. Thoughts on
BuildAddress
? Any suggestions on other names?