Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review static utility classes #36

Open
12 of 22 tasks
mkalb opened this issue Jul 22, 2023 · 2 comments
Open
12 of 22 tasks

Review static utility classes #36

mkalb opened this issue Jul 22, 2023 · 2 comments
Assignees

Comments

@mkalb
Copy link
Member

mkalb commented Jul 22, 2023

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.

  • CodePoints
  • DataTypeConverters
  • PathRecords
  • RecordFiles
  • RecordIOStreams
  • FieldComparators
  • RecordComparators
  • TextFields
  • TextRecords
  • TextRecordStreams
  • ByteArrayFunctions
  • NumberPredicates
  • NumberToNumberFunctions
  • NumberToStringFunctions
  • NumberUnaryOperators
  • RandomNumberSuppliers
  • RandomStringSuppliers
  • StringPredicates
  • StringUnaryOperators
  • Suppliers
  • StringComparators
  • Strings
@mkalb mkalb self-assigned this Jul 22, 2023
@mkalb
Copy link
Member Author

mkalb commented Jul 28, 2023

Transformed CodePoints into record CodePoint

@mkalb
Copy link
Member Author

mkalb commented Dec 10, 2023

Extracted TextSplitters from Strings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant