Rename the fields in ResumeClassifierBlockState
#251
Labels
acceptance: go ahead
Reviewed, implementation can start
area: library
Improvements to the library API quality
good first issue
Good for newcomers
help wanted
External contributions welcome
type: reliability
Tests, code quality
Milestone
Is your feature request related to a problem? Please describe.
I just had to write this line of code:
I think it's self explanatory. In more details, this stems from a couple of things.
QuoteClassifiedBlock
or theResumeClassifierBlockState
asblock
(orb
).ResumeClassifierBlockState
has the field that holds theQuoteClassifiedBlock
and it's calledblock
.block
.Describe the solution you'd like
Anything sensible here. My initial hunch is:
block_state
orresume_state
orclassifier_state
.quote_classified
orquote_classification
.block
but rename the one onQuoteClassifiedBlock
tosource
.The text was updated successfully, but these errors were encountered: