How to get URL link on X (Twitter) App
https://twitter.com/tagir_valeev/status/1716760141893116051First, a quick reminder about how lambdas are normally compiled to bytecode. Let's compile a very simple lambda and take a look at the bytecode.
https://twitter.com/almaximal/status/1623275103042605061Линтер можно представить как три куска. Первый - он один на весь линтер. Это обвязка для запуска рулов/детекторов/инспекций, чтение конфигурации, импорт/экспорт результатов, интеграция с системами сборки, CI, плагины в IDE.
https://twitter.com/tagir_valeev/status/1402089474805354499We have a HashSet<StringBuilder> here (which has a HashMap inside), we fill it with some objects, then we add one more StringBuilder (sb), and it's correctly added (contains() returns 'true'). Next, we modify the sb contents and contains() returns 'false' now. How it's possible?