nus-cs2103-AY2324S2 / forum

16 stars 0 forks source link

Declaration about function guide #808

Closed chiageng closed 7 months ago

chiageng commented 7 months ago

Hi prof, i have implemented undo redo feature using this guide provided, do i need to declare the guide link in code reuse declaration (since i am following the idea, will there be a need to declare "code reuse")?

https://se-education.org/addressbook-level4/DeveloperGuide.html#undo-redo-feature

damithc commented 7 months ago

@chiageng Yes, you need to declare it. You can mention the level of reuse as well (e.g., follow the design vs reuse code)

chiageng commented 7 months ago

Okay, thx prof