HackerTrans
トップ新着トレンドコメント過去質問紹介求人

igornadj

no profile record

コメント

igornadj
·4 か月前·議論
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
·8 か月前·議論
Any feature failing should still allow the traffic to continue. This should be the first bullet in the future actions list.
igornadj
·2 年前·議論
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.