Timeline for Bank transaction system
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 11, 2014 at 20:02 | history | edited | Jamal |
edited tags
|
|
| Mar 16, 2014 at 22:41 | history | edited | Jamal | CC BY-SA 3.0 |
added 725 characters in body; edited tags; edited title
|
| Nov 23, 2011 at 20:08 | answer | added | Michael K | timeline score: 11 | |
| Nov 23, 2011 at 2:22 | history | tweeted | twitter.com/#!/StackCodeReview/status/139166856895397889 | ||
| Nov 23, 2011 at 1:22 | answer | added | Feras | timeline score: 3 | |
| S Nov 22, 2011 at 20:21 | history | suggested | Matt Fenwick | CC BY-SA 3.0 |
indent code
|
| Nov 22, 2011 at 20:00 | comment | added | User | First your stackexchange code formatting is a little messed up as the first part of the code is not formatted. There's room for a ton of improvement. A couple things: Your code is tightly coupled to the UI, ideally you want to decouple it so you could easily switch between a console app, a windowed GUI, or a GUI-less app used in scripting. 2. Don't do work in the constructor like that, make a separate method. 3. Don't try to put everything into one class like you are here. I know this is just a test but a "real" java class would have way more classes. | |
| Nov 22, 2011 at 19:56 | answer | added | Jesper | timeline score: 17 | |
| Nov 22, 2011 at 19:48 | comment | added | FUZxxl | BTW, you can format stuff as source code by adding four spaces of indentation. | |
| Nov 22, 2011 at 19:35 | review | Suggested edits | |||
| S Nov 22, 2011 at 20:21 | |||||
| Nov 22, 2011 at 19:29 | history | asked | John Crossley | CC BY-SA 3.0 |