Igor Spasić
Igor Spasić
If there is just one single thing that I would emphasize on how to make efficient teams - that would be the _trust_. Happened that Google's research says the same....
Why do we write documentation? What is the purpose of the documentation? What is the right amount? The article would address the following points: + Write documentation before the code...
There are thread dumps with almost no useful information: ``` "I/O pool 10" prio=0 tid=0x0 nid=0x0 waiting on condition ``` There is nothing much we can do with this, besides...
The one big difference from the spec is that Lagarto is not having the `selfClosing` flag, but only the type. Using the type we cover all correct usages. The only...
Do a search instead, to reduce memory usage. Performances should not be that different.