2276
Comment: New class "ShowChmFile" added
|
1261
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
Note that this is a pure Dyalog project. Note also that by definition only scripts (either class- or namespace-scripts) can be part of APLAPL. Scripts in this category '''must''' contain a Copyright notice according to the [[http://en.wikipedia.org/wiki/Mit_license|MIT license]] conditions. |
|
Line 10: | Line 6: |
To become part of the APLAPL project, one must ensure that proper test cases are written and executed before the class is published. Although that does not guarantee that the scripts are free of bugs, this certainly decreases the danger of bugs. | Sub-projects of APLAPL '''must''' follow certain [[AplAplStandards | standards]] |
Line 12: | Line 8: |
== Test cases: follow the standards! == | By definition all APLAPL projects must be classes, or at least scripts. For the time being (2009-01) this restricts the APLAPL project to Dyalog and APLX. |
Line 14: | Line 10: |
<<SeeSaw(section="testcasestd", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>> | <<BR>> |
Line 16: | Line 12: |
{{{{#!wiki seesaw/testcasestd/testcasestd-bg/hide * All test cases are supposed to be in a namespace {{{#.TestCases}}}. * At least there is one sub-namespace: "Test_001". Depending on the complexity of the tests, there may be up to 999 different test cases. * Every sub-namespace "Test_00n" is supposed to have a function "Run" which executes the test case. * There should be a function {{{#.TestCases.RunAll}}} which is supposed to run all test cases in one go. * When a test fails, let it stop. }}}} ##||||||<tablestyle="background:#ffe; padding:0 2em 1em 0;">''''''||''''''|| ||'''Name'''||'''Description'''||'''Type'''||'''Originator'''||'''Needs .NET'''|| ||[[APLTeamUtils]]||General utilities||Dyalog||APL Team||'''No'''|| ||[[ADOC]]||Automated Documentation Generation||Dyalog||APL Team||'''No'''|| ||[[Hash]]||Managing key/value-pairs||Dyalog ||APL Team||'''No'''|| ||IniFiles||Dealing with INI files||Dyalog||APL Team||'''No'''|| ||[[Logger]]||Writing Log Files||Dyalog||APL Team||'''No'''|| ||ShowChmHelp||Display help files||Dyalog||'''No'''|| ||[[WindowsEventLog]]||Dealing with the Windows Event Log||Dyalog||APL Team||'''Yes'''|| ||[[WinFile]]||Dealing with files and directories||Dyalog||APL Team||'''No'''|| ||[[WinReg]]||Dealing with the Windows Registry||Dyalog||APL Team||'''No'''|| |
||<rowclass="odd" tablestyle="background:#ffe;font-size:small">'''Name'''||'''Dyalog'''||'''APLX'''||'''Description''' || ||[[APLTeamUtils]] || (./) || - ||General utilities|| ||<rowclass="odd">[[ADOC]]|| (./) || - ||Automated Documentation Generation|| ||[[Hash]] || (./) || - ||Managing key/value-pairs|| ||<rowclass="odd">IniFiles || (./) || - ||Dealing with INI files|| || [[Logger]] || (./) || - ||Writing Log Files|| ||<rowclass="odd">ShowChmHelp || (./) || - ||Display help files and topics within help files|| ||[[WindowsEventLog]] || (./) || - ||Dealing with the Windows Event Log|| ||<rowclass="odd">[[WinFile]] || (./) || - ||Dealing with files and directories|| ||[[WinReg]] || (./) || - ||Dealing with the Windows Registry|| |
APL Application Programming Library (APLAPL)
The basic idea behind APLAPL is to provide classes for every-day-problems programmers typically come across.
Sub-projects of APLAPL must follow certain standards
By definition all APLAPL projects must be classes, or at least scripts. For the time being (2009-01) this restricts the APLAPL project to Dyalog and APLX.
Name |
Dyalog |
APLX |
Description |
|
- |
General utilities |
|
|
- |
Automated Documentation Generation |
|
|
- |
Managing key/value-pairs |
|
|
- |
Dealing with INI files |
|
|
- |
Writing Log Files |
|
|
- |
Display help files and topics within help files |
|
|
- |
Dealing with the Windows Event Log |
|
|
- |
Dealing with files and directories |
|
|
- |
Dealing with the Windows Registry |