stexfires / stexfires

structured text file record stream - A stream-based Java library to work with data from structured text files
MIT License
2 stars 1 forks source link

Review static utility classes #36

Open mkalb opened 1 year ago

mkalb commented 1 year ago

Sometimes it is better to outsource the static methods from static helper classes to interfaces, records, enums or classes. It is to be examined, where this is meaningful and possible.

mkalb commented 1 year ago

Transformed CodePoints into record CodePoint

mkalb commented 9 months ago

Extracted TextSplitters from Strings