gamma of Example
Phase
Terms affected by phase gamma
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 gamma_alive
lib/example/alpha_alive/gamma_alive.ex
defmodule Example.AlphaAlive.GammaAlive do
@moduledoc "Explanation of gamma_alive"
end
test/example/alpha_alive/gamma_alive_test.exs
defmodule Example.AlphaAlive.GammaAliveTest do
use ExUnit.Case, async: true
end
Explanation of gamma_delta
lib/example.ex
element should be alive, but doomed instead
test/example_test.exs
element should be alive, but doomed instead
Explanation of gamma_theta
lib/example/alpha_theta/gamma_theta.ex
element should be alive, but cursed instead
test/example/alpha_theta/gamma_theta_test.exs
element should be alive, but cursed instead
Cursed
Explanation of alpha_gamma
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...