Interesting #PHP RFC: data classes ๐ค. With `data` modifier, such classes would have been compared by values they carry, rather than memory allocation (object ID). No more big conditions with multiple expressions, single === would be enough! wiki.php.net/rfc/dataclass
4 likes 0 replies
?