HackerTrans
TopNewTrendsCommentsPastAskShowJobs

igornadj

no profile record

comments

igornadj
·hace 4 meses·discuss
I like the idea.

I'm not sure of the usefulness at the moment. Decorating every component with `useFillHandler('Login.Email', setEmail, { hint: 'Email input' });` is the same effort/value as decorating with `data-testid="email"`.

I can see myself using it if I didn't have to decorate, e.g. by having get_state return the react component tree, and then letting AI figure out which one is the "Login.email" input by itself. E.g. `<MyApp><LoginScreen><input name=email/> ...`
igornadj
·hace 8 meses·discuss
Any feature failing should still allow the traffic to continue. This should be the first bullet in the future actions list.
igornadj
·hace 2 años·discuss
To tack on to the other responses, this is just good programming. The testability/maintainability/extendability tenets push you to write small pieces of functionality before wiring it all together.