Rename classes #130
Labels
bc break
Solving the issue will most likely break backward compatibility in some way.
good first issue
Good for newcomers
quality improvement
Enhancement of existing features
Milestone
XyzBuilder*
should now be named*Config*
.*XyzConfig*
should now be namedXyz
(orXyzProperty*
in rare cases).Examples:
ResourceConfig
Schema
ResourceConfigInterface
SchemaInterface
IdentifierConfigBuilder
IdentifierConfig
ResourceConfigBuilderFromEntityGenerator
TypeConfigGenerator
AbstractResourceConfigBuilder
AbstractSchemaConfig
BaseSchemaBuilder
BaseSchemaConfig
MagicResourceConfigBuilder
MagicSchemaConfig
UnifiedResourceConfigBuilder
ArraySchemaConfig
ResourceConfigBuilderInterface
SchemaConfigInterface
PropertyConfigBuilderInterface
PropertyConfigInterface
PropertyConfigInterface
PropertyInterface
PropertyBuilderFactory
PropertyConfigFactory
Also consider the future of the contained
build*
methods. When moving away from implying the builder pattern, it makes sense to at least rename these methods or even use a different approach.Additional renamings:
FieldsException
FieldsetFormatException
ConditionParserInterface
(and other "parsers" like its child classes)The text was updated successfully, but these errors were encountered: