Conversation
|
Why both this one and #85? |
|
|
||
| /** | ||
| * | ||
| * @author matt |
There was a problem hiding this comment.
You can teach your IDE not to generate these comments. They probably aren't relevant for this repo.
7a2575f to
ada43f8
Compare
|
Refactored to allow generics. Feedback appreciated! |
| return (T[]) result; | ||
| } | ||
|
|
||
| private <T> T[] getArray(Class<T> clazz, int size) { |
There was a problem hiding this comment.
Are you suggesting changing the method name?
There was a problem hiding this comment.
Yeah, to indicate that it's constructing something (as opposed to getting something).
ada43f8 to
c4b10d7
Compare
|
LGTM. |
Add new exercise simple linked list
|
Thanks! |
|
btw, @sit, we were singing your praises, this morning. Great spot On Sun, Mar 6, 2016 at 11:53 AM, Katrina Owen notifications@github.com
|
As described in #98