![]() |
|
go ahead... be a heretic | |
PerlMonks |
Critique requested for module code - QuickMemo+ readerby Lotus1 (Vicar) |
on Jan 24, 2021 at 17:47 UTC ( #11127379=perlquestion: print w/replies, xml ) | Need Help?? |
Lotus1 has asked for the wisdom of the Perl Monks concerning the following question: While I'm still thinking over the excellent suggestions I received for the name for the module here is the code. Please help with suggestions or critiques. The module extracts the memo text from the lqm files that QuickMemo+ exports. The lqm file is actually a zip file that contains a JSON file that contains the memo text so it was an easy module to write. Each memo is in a separate archive so it is very tedious to extract each memo by hand.
Update: I neglected to add my tests as Discipulus wisely pointed out. Since I have prove -l working now with my tests I have been enjoying refactoring and letting the tests help me find the errors. 00_compile.t
01_warnings.t
02_main.t
Back to
Seekers of Perl Wisdom
|
|