FRosner / DataGenerator

Tool for generating various test data for machine learning and data mining algorithms.
Apache License 2.0
10 stars 2 forks source link

Replace boolean arguments by Enums #187

Closed FRosner closed 10 years ago

FRosner commented 10 years ago

Boolean considered harmful. Classes like CSV export connection should not provide constructor arguments that are boolean. Consider using enums that are better readable.