================================================================================ TEAM NAME: Orion
TEAM MEMBER:
- LE QUANG SANG lsang
- HOANG MINH ANH hminhanh
- TRAN BAO PHUC tphuc
================================================================================ The working hour commits to: about 10 hours per day
================================================================================ We often check-in every has new update each hour
================================================================================ The strengths are some members have good code skills and logical thinking Not have much connect of each member but we can learn new things from each other
================================================================================ The allocation of the workload:
- lsang:
- command substitution with the backquotes ★★✩✩
- logical operators && and || ★★✩✩
- signals handling ★★✩✩
- subshells with () ★★✩✩
- hminhanh:
- globbing ★✩✩✩
- path expansions (tilde expansions, parameter expansions) ★✩✩✩
- pipes & the redirections >, <, >> and << ★★★✩
- handling the exit status of commands ★✩✩✩
- tphuc:
- quoting (quotes & escape characters) ★✩✩✩
- command-line edition with the curses module (being able to move the cursor with arrows left & right to edit some part of the line, key combination of your choice to go at the beginning & at the end of the line, arrows up & down to move inside the history...) ★★★✩
- the command history with the builtins history and ! ★★✩✩
- dynamic command completion ★★✩✩
================================================================================ Our strategy so that you all understand the codebase:
- Research by each's own way then exchange ideas
- Do our own allocated workload
- Fix bugs together
================================================================================ THE END