Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
José María Sola committed Jun 3, 2018
1 parent 0b081ea commit 4553bf2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Backlog.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Backlog
## Requested
- [ ] `BlockStreamDriver.cpp`: Make it a test file, rename it?.
- [ ] `StringPacker.h`: Simplify header, move example to new file.
- [ ] `StringPackerDriver.cpp`: Remove `using namespace std`.
- [ ] `StringPackerDriver.cpp`: Move `PrintArrayWithString` declaration to `main`.
- [ ] `StringPackerDriver.cpp`: Rename `PrintArrayWithString` to `PrintArrayOfStrings`.
- [ ] `README.md`: Remove equals.
- [ ] `README.md`: Add includes and scopes.
- [ ] `README.md`: Include examples from source file.
- [ ] `BlockStreamDriver.cpp`: Make it a test file, rename it, divide in two separatefiles?.
- [ ] `StringPacker.h`: Simplify header, move example to new file or to adoc file.
- [ ] `BlockStream.h`: Simplify header, move example to new file or to adoc file..
- [ ] `WriteAndReadRecordsBlocksWithoutStrings.cpp`: Remove `using namespace std;`
- [ ] `WriteAndReadRecordsBlocksWithoutStrings.cpp`: Use brace instead of constructors for both streams.
- [ ] `WriteAndReadRecordsBlocksWithoutStrings.cpp`: Remove equales for initialization.
- [ ] Make new type: `String<N>` templated alias. of `array<char,N>`.
- [ ] Strings and Streams.adoc: Write it.
- [ ] `BlockStream.h`: Simplify header, move example to new file.
- [ ] `README.md`: Remove equals.
- [ ] `README.md`: Add includes and scopes.
- [ ] `README.md`: Include examples from source file.
- [ ] `Makefile`: build, test, runexampls, clean install, uninstall.
- [ ] Add folders: `src`, `test`, `examples`, `project(?)`.
- [ ] Make `<<` and `>>` part of BlockStram.h, right now I can't work arround the ambiguities: `o<<block` `o<<aChar` `o<<aString`.
Expand All @@ -35,6 +31,10 @@
## In Progress

## Done
- [x] `StringPackerDriver.cpp`: Rename `PrintArrayWithString` to `PrintStringInsideArray`.
- [x] `StringPackerDriver.cpp`: Make a print table function.
- [x] `StringPackerDriver.cpp`: Remove `using namespace std`.
- [x] Make new type: `String<N>` templated alias. of `array<char,N>`.
- [x] `BlockStreamDriver.cpp`: Add comments.
- [x] `BlockStreamDriver.cpp`: Remove `using namespace std;`.
- [x] `BlockStreamDriver.cpp`: Use brace instead of constructors for both streams.
Expand Down

0 comments on commit 4553bf2

Please sign in to comment.