delphidabbler / codesnip

A code bank designed with Pascal in mind
https://delphidabbler.com/software/codesnip
Other
110 stars 33 forks source link

Separate different helpers in `UClassHelpers` into their own units #90

Closed delphidabbler closed 5 months ago

delphidabbler commented 1 year ago

Per TODO comment at:

https://github.com/delphidabbler/codesnip/blob/02656b8417c2863a89cf2bf45e3be275ca9f94a9/Src/UClassHelpers.pas#L14

There are different unrelated helpers all with UClassHelpers.

Separate them into their own units, within a ClassHelpers scope. E.g. ClassHelpers.Controls, ClassHelper.Graphics.

delphidabbler commented 1 year ago

Given that record helpers are also possible, a better scope name than ClassHelpers could be just Helpers.