HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Gregam3

no profile record

comments

Gregam3
·2 ปีที่แล้ว·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
·2 ปีที่แล้ว·discuss
Asking it to write code for a react notes project and it's giving me the same response, bizarre and embarrassing.
Gregam3
·4 ปีที่แล้ว·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
·4 ปีที่แล้ว·discuss
I love the Bag! It's so simple I use it constantly