Timeline for Password generator using Decorator Pattern
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 7, 2024 at 16:42 | history | edited | Reinderien |
edited tags
|
|
| Jul 4, 2017 at 16:24 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jun 4, 2017 at 16:17 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| May 5, 2017 at 15:24 | answer | added | MrBrushy | timeline score: 2 | |
| May 4, 2017 at 19:22 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Apr 4, 2017 at 18:47 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Mar 5, 2017 at 18:13 | answer | added | Timothy Truckle | timeline score: 3 | |
| Feb 22, 2017 at 7:16 | history | tweeted | twitter.com/StackCodeReview/status/834300703002787841 | ||
| Feb 21, 2017 at 23:32 | comment | added | alexpfx | Summarizing: It could be simple to make this same password generator using one or two methods and a bunch of IFs or a switch case structure, but I would never post it here because that would not allow me to learn anything. | |
| Feb 21, 2017 at 23:25 | comment | added | alexpfx | My request for code review is not to me to know that there is a mantra in software engineering that preaches keep the things simply. I know it and every software developer should know. But also all software engineers should know the difference about simplicity and simpleton, to rid the backs of other developers of having to mantain a simplistic code. | |
| Feb 21, 2017 at 23:25 | comment | added | alexpfx | I know it appear to be to much to a simple password generator, but I and almost all users cannot post real code here. So when people post a code like a tic-tac-toe solver or a 99 bottles of bear you have to abstract it and think of bigger things. And I shouldn't suggest you about it, it's implicit that this password generator could be whatever software functionality big or small that has to be easy to maintain and easy to expand when necessary, regardless of wheter this code is under the responsability of large teams or small teams. | |
| Feb 21, 2017 at 19:27 | comment | added | Zefick |
You're writing a too complicated code. All you need is a one function using SecureRandom, may be with some arguments, but you have created a ton of classes and interfaces. Stop it until it is too late. Follow the KISS principle.
|
|
| Feb 21, 2017 at 17:47 | history | asked | alexpfx | CC BY-SA 3.0 |