Skip to content

Commit b933c40

Browse files
dicknetherlandsandreasprlic
authored andcommitted
Change to wiki page
1 parent 239e83a commit b933c40

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

_wikis/BioJava3_Proposal.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,21 @@ Proposal
4545
<!-- -->
4646

4747
- We would take full advantage of Java 6, including generics,
48-
annotations, the built-in property change support. Everything would
49-
be a bean - absolutely everything.
48+
(@)annotations, the built-in property change support. Everything
49+
would be a bean - absolutely everything.
5050

5151
<!-- -->
5252

53-
- We would aim to be fully J2EE compliant, with the majority of
53+
- We would aim to be fully Java EE compliant, with the majority of
5454
components fully reusable as a bean in any other application, just
5555
like Spring's components are.
5656

5757
<!-- -->
5858

5959
- We would write a JUnit test for every single class, writing the test
60-
first then the class afterwards. We would also write documentation
60+
first then the class afterwards. If other test frameworks are out
61+
there we could investigate these too - one suggestion is
62+
[TestNG](http://testng.org/doc/). We would also write documentation
6163
for every single class with additional full documentation for each
6264
separate jar.
6365

_wikis/BioJava3_Proposal.mediawiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ It is suggested that development stop on the existing BioJava/BioJavaX/BioJava2
2020
2121
* Although starting from scratch, much existing code could be reused or refactored to suit the new design.
2222
23-
* We would take full advantage of Java 6, including generics, annotations, the built-in property change support. Everything would be a bean - absolutely everything.
23+
* We would take full advantage of Java 6, including generics, (@)annotations, the built-in property change support. Everything would be a bean - absolutely everything.
2424
25-
* We would aim to be fully J2EE compliant, with the majority of components fully reusable as a bean in any other application, just like Spring's components are.
25+
* We would aim to be fully Java EE compliant, with the majority of components fully reusable as a bean in any other application, just like Spring's components are.
2626
27-
* We would write a JUnit test for every single class, writing the test first then the class afterwards. We would also write documentation for every single class with additional full documentation for each separate jar.
27+
* We would write a JUnit test for every single class, writing the test first then the class afterwards. If other test frameworks are out there we could investigate these too - one suggestion is [http://testng.org/doc/ TestNG]. We would also write documentation for every single class with additional full documentation for each separate jar.
2828
2929
* We would adhere rigidly to a common coding style and heavily comment the code.
3030

0 commit comments

Comments
 (0)