LINUX.ORG.RU

История изменений

Исправление edigaryev, (текущая версия) :

1, 2, and 16 are named constants for the binary numbers 1b, 10b, and 10000b.

Кому в голову пришло делать ТАКИЕ именованные константы?

Я думаю это был сарказм.

Вот еще один:

Writing tests is for those mediocre developers who spend their lives writing Java (ugh). Its much better to just have a handful of printf-esque statements in the code (commented out, of course).

Also, defining constants, especially those with human-readable names, is a massive affront to performance! If another developer wants to know that «payload» actually describes the size of the buffer, they should go read the RFC.

Исходная версия edigaryev, :

1, 2, and 16 are named constants for the binary numbers 1b, 10b, and 10000b.

Кому в голову пришло делать ТАКИЕ именованные константы?

Я думаю это был сарказм.