This is quite nice:
public static
return Arrays.stream(array).findFirst().orElse(null);
}
🤔
def getFirst(array)
return array[0] || nil
end
what was the word.... verbose? 😅
This is quite nice:
public static
return Arrays.stream(array).findFirst().orElse(null);
}
🤔
def getFirst(array)
return array[0] || nil
end
what was the word.... verbose? 😅
But seems interesting. www.smbc-comics.com/comic/soul-9
But seems interesting. www.smbc-comics.com/comic/soul-9
Perhaps I'm procrastinating too much.
Perhaps I'm procrastinating too much.
Also, CI/CD, DevOps are becoming a requirement... Have not seen many alternatives to practice deployment.
#java #jobadreview
Also, CI/CD, DevOps are becoming a requirement... Have not seen many alternatives to practice deployment.
#java #jobadreview