HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Gregam3

no profile record

comments

Gregam3
·hace 2 años·discuss
At one point I had my partner scream "breakpoint" and recorded it, it then played from my ide whenever a breakpoint was hit so I would swap back to that workspace and continue working.

But it got extremely annoying within a few days as you could imagine
Gregam3
·hace 2 años·discuss
Asking it to write code for a react notes project and it's giving me the same response, bizarre and embarrassing.
Gregam3
·hace 4 años·discuss
I used to like 20 seconds from this exact spot, even though I believe it. I'm in some disbelief that this is real, it's just so accurate.
Gregam3
·hace 4 años·discuss
Hopefully this java can illustrate the point if you're not a Java lover

The bag essentially works like this Map<K, Collection<V>>

But looks like this Bag<K, V>

I use my own simple "BagSet" which works like this Map<K, Set<V>>
Gregam3
·hace 4 años·discuss
I love the Bag! It's so simple I use it constantly