HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dullgiulio

no profile record

comments

dullgiulio
·hace 7 años·discuss
In regards to memory fragmentation, you probably think of GC with compaction. Not all GCs are like that, but that is a plus for GCs if use the heap a lot and need cache friendliness.
dullgiulio
·hace 7 años·discuss
There is no such a thing as incompetence, just people in the wrong position without the proper guidance. (I'm an engineering manager, I would get the blame for such situations, not my employees.)
dullgiulio
·hace 9 años·discuss
Not really. It's easier to make a single atomic breaking change to how different components talk to each other if they are in the same repository.

If they are in different repos, the change is not atomic and you need to version interfaces or keep backwards compatibility in some other way.