Given a supervisor tree of, say, 5, do call the top level supervisor, which then calls it's next level down "OO style" or do you make calls to lower level supervisors directly?<div>In a larger project with multiple applications, </div>
<div><br></div><div><br></div><div>a</div><div>...b</div><div>......c</div><div>.........d</div><div><br></div><div>supervisor:start_child(a) (calls into b, into c, into into d)</div><div>or </div><div>supervisor:start_child(d)...</div>
<div><br></div><div><br></div><div>What is the canonical "recommended way?"</div><div><br></div><div>Thanks!</div><div><br></div><div>-mox</div><div><br></div>