Date: Fri, 1 Mar 2019 11:00:41 -0500
From: Chet Ramey <[email protected]>
Message-ID: <[email protected]>
| It's wasteful and not particularly useful to have
| the function definition text stored internally when you can regenerate an
| equivalent form from the compiled function definition.
I actually much prefer to see the shell regenerated form - if I want the
original I have the sources, but seeing the shell "reverse compiled" form
gives a different perspective to the code, and sometimes allows bugs to be
made obvious which get hidden by the formatting of the original.
kre