lfr / FSharp.Domain.Validation

Designing with types requires a lot of code - this library fixes that
MIT License
143 stars 7 forks source link

Feature request: Remove Fable namespace #6

Closed l3m closed 3 years ago

l3m commented 3 years ago

Great library - but I have a nitpick.

Our code is generally used on both front-end and backend, with the same validation logic (write-once). If we wanted to use this library in our project, we'd have to make an #if FABLE_COMPILER block in each file that uses this library.

I feel that's a tough sell, and it might make the library more attractive if this was handled internally (e.g. the #if FABLE_COMPILER checks are in the library code directly.

Would that be something that you might consider?

lfr commented 3 years ago

I'll try to do this before v1

lfr commented 3 years ago

This is now available using the release candidate 0.9.78-rc2.