Eloquent JavaScript


Exercises A modular robot


Download 2.16 Mb.
Pdf ko'rish
bet100/163
Sana04.09.2023
Hajmi2.16 Mb.
#1672632
1   ...   96   97   98   99   100   101   102   103   ...   163
Bog'liq
Eloquent JavaScript

Exercises
A modular robot
These are the bindings that the project from
Chapter 7
creates:
roads
buildGraph
roadGraph
VillageState
runRobot
randomPick
randomRobot
mailRoute
routeRobot
findRoute
goalOrientedRobot
If you were to write that project as a modular program, what modules would
you create? Which module would depend on which other module, and what
would their interfaces look like?
Which pieces are likely to be available prewritten on NPM? Would you prefer
to use an NPM package or write them yourself?
178


Roads module
Write a CommonJS module, based on the example from
Chapter 7
, that con-
tains the array of roads and exports the graph data structure representing them
as
roadGraph
. It should depend on a module
./graph
, which exports a function
buildGraph
that is used to build the graph. This function expects an array of
two-element arrays (the start and end points of the roads).
Circular dependencies
A circular dependency is a situation where module A depends on B, and B
also, directly or indirectly, depends on A. Many module systems simply forbid
this because whichever order you choose for loading such modules, you cannot
make sure that each module’s dependencies have been loaded before it runs.
CommonJS modules allow a limited form of cyclic dependencies. As long as
the modules do not replace their default
exports
object and don’t access each
other’s interface until after they finish loading, cyclic dependencies are okay.
The
require
function given
earlier in this chapter
supports this type of
dependency cycle. Can you see how it handles cycles? What would go wrong
when a module in a cycle does replace its default
exports
object?
179


“Who can wait quietly while the mud settles?
Who can remain still until the moment of action?”
—Laozi, Tao Te Ching

Download 2.16 Mb.

Do'stlaringiz bilan baham:
1   ...   96   97   98   99   100   101   102   103   ...   163




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©fayllar.org 2024
ma'muriyatiga murojaat qiling