Skip to content

Improved use of numeric types #29

@jonross

Description

@jonross

Many opportunities to use numeric types and value classes given how Scala has evolved since I started. For example,

class ObjectId(val value: Int) {
    def classId(implicit heap: Heap) = heap.classOf(this)
    ...
}

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions