ubc/emoji-feedback

Refactor to use query selector instead of get element by id

justin0022 opened this issue · 1 comments

Refactor to use query selector instead of get element by id

Gave this some thought, and I'm not convinced that this is necessarily a better approach. It'll be slower, and I'll still need to pass the unique identifier along to every dom query anyway. Going to leave as is.