ReadingStep

data class ReadingStep(val position: Int, val module: String, val reason: String)(source)

One step of the suggested reading order for a project a developer has never seen.

Parameters

module

Module path to read.

reason

Why this module, at this point in the order.

position

1-based step number.

Constructors

Link copied to clipboard
constructor(position: Int, module: String, reason: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard