Closed gurgunday closed 11 months ago
Hey, I know this was a joke PR, but before you release a new version, I still feel like there's an unnecessary this
property access here:
On line 36, we can just use last
as the assignment value, no?
So would like to either close this one or merge to get it out of the way
@gurgunday Let's do the same for item.next as well then. gotta save them nanoseconds :D
Haha, sure!
After all a machine only does what we command 🤣
I was reading the source code when this hit me...
Why create a
const
object reference and not use it afterward... 🤣Jokes aside, just wanted to point out that you can either remove that declaration or use it instead of accessing
this
again 🙏