Multiple AutoLisp codes(programs) in single lisp file... is that unprofessional way to write an Autolisp file?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I used to write multiple lisp programs in a single Auto lisp file for my convenience. I coded the file to show list of programs available in this file in command window.
one of my administrator looked at the way it was created and commented as it is not a professional way to keep multiple lisp programs in a single file. He adds more lisp codes will occupy the memory and will affect AutoCAD performance.
i don't think loading many lisp programs in to a drawing file will cause memory issue. The AutoCAD deals with complex ARX codes and lisps (got this while referring support files). The user customized lisps are not going to affect unless we keep unclosed loops or Auto LISP reactors which checks users command whatever they use. Please advise, keeping multiple Auto lisp programs in a single file is a professional way or not.