6.170 Forum
August 16, 2006, 04:51:21 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Remember: PS4 due 9pm Tuesday, 2006-03-14.
Home
Help
Search
Login
Register
6.170 Forum
>
Problem Sets
>
Problem Set 6
>
Changing Old Code
Pages: [
1
]
« previous
next »
Print
Author
Topic: Changing Old Code (Read 137 times)
mattz
Full Member
Posts: 63
Changing Old Code
«
on:
April 01, 2006, 01:12:14 PM »
I decided to parameterize RoutePath in PS6 (it was not parameterized before). Do I need to go back and change its specs? In general, if we change code from PS2-4, do we need to change the specs accordingly (I'm talking about student-provided classes)?
Logged
natan (TA)
6.170 Staff
Jr. Member
Posts: 17
Re: Changing Old Code
«
Reply #1 on:
April 04, 2006, 02:26:14 AM »
As a general software engineering practice,
Your specs shold
always
match your code.
In fact, if you plan to refactor things in such a way that the spec will have to change, you shold rewrite the spec
first
, so you will always be coding to spec.
Yes, you must make any applicable changes to any specs you need to change.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> General Discussion
=> Lectures and Recitations
-----------------------------
Java Questions
-----------------------------
=> Java in General
=> Eclipse
=> emacs
=> Java Generics
-----------------------------
Final Projects
-----------------------------
=> General Discussion
=> Team Building
=> Antichess
=> Gizmoball
-----------------------------
Problem Sets
-----------------------------
=> Problem Set 0
=> Problem Set 1
=> Problem Set 2
=> Problem Set 3
=> Problem Set 4
=> Problem Set 5
=> Problem Set 6