Thanks for taking a look at Regular! It is hoped that these tools will be able to grow over time, with feedback from AEC/BIM data professionals around the globe.
- Bug Reports! Did Regular do something unexpected? Is this a behaviour you can reliably reproduce? We'd love to hear from you!
- Opinionated UI Feedback! Does the UI/UX suck? Should we begin working on a dark mode? This is your invitation to roast Regular.
- Our Guidance: Are our instructions unclear? Does something require further clarification?
Please raise a Github issue if this is something you know how to do, otherwise feel free to message me on Twitter or LinkedIn.
I'm a self-taught programmer, so if you're into coding (particularly WPF) and would like to contribute, please feel free to create a pull request.
In no particular order:
- The general XAML and UI structuring of Regular could use some tidying up.
- Regular is pretty fast, but it would be even better if we could increase the speed of validation.
- Regular generates some pretty ugly (but working!) Regular Expressions. We could possibly use further logic to clean these up, e.g. turning \d\d\d into \d{3}