iamthechad / grails3-recaptcha

ReCaptcha plugin for Grails 3
Other
3 stars 10 forks source link

Investigate using static types vs dynamic #21

Closed iamthechad closed 6 years ago

iamthechad commented 7 years ago

I'm torn on this - I can find arguments both for and against.

I think that switching only RecaptchaService to static types may be good, since that's the part of the plugin that users interact with and it will provide some security and IDE behavior.

snimavat commented 7 years ago

+1