<span style="font-size: 14px; line-height: 1.5;">I'm working in a program as 10,000 line code.</span><br><div><div>Most of the time the function are changing.</div></div><div>Like and some new function or change some old.</div><div>The program is not so big that we have no document to describe our module.</div><div style="line-height: 16.799999237060547px;">And all the team member should read all of the code.</div><div>And I usually use compile expert_all because I feel it make the work easier to handle</div><div><span style="line-height: 1.5; font-size: 14px;">But one of my teammate said that I must never use export_all.</span></div><div>It's that necessary to use export() instead of compile(export_all)?</div><div>And what's the reason to use export?</div>