azax1 / Crossword

Java applet for doing crossword puzzles (requires manual input).
0 stars 0 forks source link

Enforcement of good object-oriented habits is lax, at best #7

Open azax1 opened 6 years ago

azax1 commented 6 years ago

The instance variables in the Crossword are all over the place, and at a minimum I'd like to see some better model-view-controller philosophy at play in what's written.

azax1 commented 6 years ago

Made meager progress in 7ea3f2ab4eb3c1c31eec49e4988663255a0420db by popping out some classes previously only in Crossword.java into their own files.

famedin commented 5 years ago

I need crosswords for studio android in java and xml if you might help me