Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+33 votes

There were many different patterns in the Lynda course that was presented to us. What is the top two that you think would work with our project and why? I see bad and good side to each of those patterns and would like to know your opinion on them.

asked in CSC285_Fall2018 by (1 point)

2 Answers

+16 votes
 
Best answer

I thought the Singleton pattern and the Observer pattern would be the most useful.

As my group has different windows I thought that passing the data was pretty painful. The Singleton pattern would definitely save us on this, as only one project data should be created each time.

answered by (1 point)
selected by
+21 votes

I would say the Observer and Iterator patterns based off of what Stonedahl discussed in class today

answered by (1 point)
...