Alexandru Pătrănescu
Alexandru Pătrănescu
@Lcfvs, sorry but I agree with others, here and on email thread. Doing stuff lazy is definitely an implementation concerns. Interfaces needs to be as generic as possible and there...
> Why use an if instanceof condition? Let's say you have BsonDataExtractor class that is used in an application that scans a BSON Stream. You would have a method in...
Hey @enotocode, Using private constants is recommended as it makes it harder to directly use a value of a case in the code and more use the instance of the...
Hey @TonyGravagno, let me mention that native enums will arrive in PHP 8.1, something you might have already knew (https://wiki.php.net/rfc/enumerations). May I point that the recommended pattern for using this...
Hi guys, I'm also trying to review the code and documentation. So far I've analyze the code and I'm going to look for implementations and usage examples to be sure...
Thank you, I understood why it is needed. The use case is for a component that uses the loop (by setting a callback bound to an instance in the loop)...
Indeed, I thought about it more and seems simpler and safer this way. My idea was about the ability to check a watcherId for the current loop. Avoiding memory leaks...
As a different topic, I saw some discussion about how a loop should work. I understand there are some disagreements related to how far should this project go into the...
I wasn't thinking that we need to be able to provide a polyfill for the extension; maybe there is no need to. If a library want to use the event...
Tried to identify the discussion or at least conclusion about the benefits/drawbacks of how those specific character ended up as reserved. From the top of my head, I can't think...