delta of Example
Phase
< gamma
Terms affected by phase delta
In each phase, some terms appeared for the first time, changed their place in the structure, were updated with new meaning, or were marked as no longer in use. These shifts help trace the evolution of the project’s conceptual map.
Added
Explanation of delta_alive
lib/example/alpha_alive/gamma_alive/delta_alive.ex
defmodule Example.AlphaAlive.GammaAlive.DeltaAlive do
@moduledoc "Explanation of delta_alive"
end
test/example/alpha_alive/gamma_alive/delta_alive_test.exs
defmodule Example.AlphaAlive.GammaAlive.DeltaAliveTest do
use ExUnit.Case, async: true
end
Explanation of delta_theta
lib/example/alpha_theta/gamma_theta/delta_theta.ex
element should be alive, but cursed instead
test/example/alpha_theta/gamma_theta/delta_theta_test.exs
element should be alive, but cursed instead
Cursed
Explanation of alpha_delta
lib/example.ex
element should be alive, but hidden instead
test/example_test.exs
element should be alive, but hidden instead
Phase History Tree
A tree of all phases the project has passed through to reach the current phase.
Rendering...