I’ve written a simple implementation of a doubly linked list in AS3.
There’s an interface for the linked list itself, a basic implementation (ConcreteLinkedList) and an interface for the node. I haven’t bothered writing an implementation for LinkedListNode, it’s just two properties and an equals() method.
Docs here, source there.
I have no idea how we managed without Vectors for so long … they are a great addition to the syntax.
However. As usual, the documentation leaves a lot to be desired … here’s an example from the LiveDocs, describing the third argument of Vector.splice() – it’s a loosely typed argument:
An optional list of one or [...]
There are some principles in software development that are taken for granted among, say, Java or Objective C developers, that seems to escape a large number of Flash / Flex developers. The reason for this is possibly that a lot of Flash devs are actually designers who have moved into development (I would say “failed [...]
Recent Comments