You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split the GUI stuff in one fileSorting algs in anotherHelper utility functions in another.-------- Original message --------From: Daniel La Rocque <notifications@github.com>Date: Fri., Aug. 21, 2020, 4:21 p.m.To: dlarocque/AlgorithmVisualizer <AlgorithmVisualizer@noreply.github.com>Cc: Paul La Rocque <pllarocque@gmail.com>, Author <author@noreply.github.com>Subject: Re: [dlarocque/AlgorithmVisualizer] source file too big, split up (#28)
What code should I move into other .java files?
-ArrSorting.java needs to contain all of the sorting algorithms, as publish() is a private method. Nothing can be taken off that file.
-Should I put everything in the JFrame in another .java file? (buttons etc)
-Why / how do I put my getters and setters in another file?
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
From: Paul La Rocque<mailto:notifications@github.com>
Sent: August 20, 2020 10:51 PM
To: dlarocque/AlgorithmVisualizer<mailto:AlgorithmVisualizer@noreply.github.com>
Cc: Subscribed<mailto:subscribed@noreply.github.com>
Subject: [dlarocque/AlgorithmVisualizer] source file too big, split up (#28)
source file is unwieldy, break up in smaller files. put getters and setters in a seperate file.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#28>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APK3SY3W3LHDSMMARSCCSMLSBXVNPANCNFSM4QG3G42Q>.
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
source file is unwieldy, break up in smaller files. put getters and setters in a seperate file.
The text was updated successfully, but these errors were encountered: