Pair programming Requirements:
Optional topics (not less than 500 lines of code), pair programming rotation as a pilot and driver record pair programming process, written as a pair of blog 1. Knot to the problem, write down the requirements 2. Upload Code (), group photo of the two Partners 3. Specification of the Contract 4. Recording time 5. ExperienceDeadlineSeptember 18 23:59:59The following is a process record:team members:Yukin 064 Weeks Army 078Pairing topic: Calculator Programmingrunning Environment: Operating system Windows 7/8.1/10Requirements Analysis:(1) Function requirement: Programming will realize the function of simple calculator. Functions include: Add, subtract, multiply, divide, prescribe, inverse, percent and so on, but also to achieve data input, output, calculation, display and program exit functions. (2) performance requirements: The average job response time is not more than 3 seconds. (3) Operational requirements: The program needs to have an easy-to-use user interface, key design in line with user habits, do not need to support keyboard input. Code section: code already hosted on GitHub Https://github.com/angelzj/jisuanqiContract Specification:(1) Naming rules: Filenames, variable names are named in meaningful English (or abbreviations), and names are consistent with the name of the data table structure, making it easier to access efficiency. All names consisting of multiple words are uniformly named by the hump rule. (2) Annotation Rules: text, paragraphs, single-line comments according to the Java Project Annotation specification. (3) Other rules: Follow the Java Project Development specification. Time Record:(1) Demand analysis: 2015-09-12(2) Write code: 2015-09-13 to 2015-09-15(3) Debug Program: 2015-09-16 to 2015-09-17(4) Blog record: 2015-09-18Experience:after this cooperative programming, team members have a lot of experience, deeply appreciate the spirit of cooperation between the students, this cooperation took us a week, this is the first team of two people to cooperate, members have a different taste in the heart, in cooperation, we pay a lot, also know that only pay to return. Encountered a lot of difficulties, but we did not bow to difficulties, through the inquiry information, humbly to the students to consult, are resolved. We also found that the usual knowledge reserves too little, in the future must use spare time to read more extracurricular books, broaden their knowledge. In the design process, the spirit of cooperation is essential. A person's power alone can not be completed, after all, a person of limited knowledge. Everyone has a different direction. We believe that attitude determines everything, only the effort to reap. attached: Partial code debugging1 23 Cooperation Time:
Pair programming record