FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
Apache License 2.0
310 stars 133 forks source link

Refactoring - Deleted Unnecessary conversion to String and Deleted Redundant Interface Modifier #223

Closed elifnurcevik closed 3 years ago

elifnurcevik commented 3 years ago

Hi, I committed two commits

Deleted Unnecessary conversion to String Deleted Redundant Interface Modifier

This commitment supports to open source community for Hacktoberfest.

cowtowncoder commented 3 years ago

Hmmh. Hacktoberfest PRs amirite?

I think I'll pass on these: I like redudant qualifiers for interfaces personally (and in particular static modifier for constants).

elifnurcevik commented 3 years ago

Hmmh. Hacktoberfest PRs amirite?

I think I'll pass on these: I like redudant qualifiers for interfaces personally (and in particular static modifier for constants).

I don't like boilerplate redundant codes. We must keep the code clean.