Wes
Wes
also, perhaps methods could be normalized for better integration with other interfaces, for those who want to implement multiple interfaces (as php arrays) in the same class. For example... interface...
not that is impossible now. talking about using a different naming. addLast() and getFirst() rather than enqueue() and dequeue()
I'd keep SPL interfaces' methods aliases of the properly-named ones. SPL is not very consistent. Also, "has" and "is" aren't good prefix either. getIsEmpty() setIsEmpty($bool) i know this doesn't exist,...
it's ok php7 is the future and it's happening now! :D