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
Also, considering cutting out the crap with making every parameter final, every loop a Stream operation, every function an Optional chain, indent 2, etc. You've had your fun, now it's time to realize it's all counterproductive.
The text was updated successfully, but these errors were encountered:
Just out of curiousty :-D - Did something break for you before applying this fix?
As regards for my coding standards. I should have created a contribution guide, But it's all summed to loading the styling rules from the checkstyle.xml file to InteliJ or whatever platform you are using and it's all get sorted out. I've encountered this practice in almost any project I contributed to to. It's not about having fun.
As for stream processing. I like FP, what can I say. Maybe someday when this project gains a community (you are the first contributor, aside from me, that is) we can agree on better standards.
The javadoc for
getDeclaredFields
clearly states:That is the reason JNA requires the field order to be manually specified. Also see https://stackoverflow.com/questions/5001172/java-reflection-getting-fields-and-methods-in-declaration-order
Also, considering cutting out the crap with making every parameter
final
, every loop aStream
operation, every function an Optional chain, indent 2, etc. You've had your fun, now it's time to realize it's all counterproductive.The text was updated successfully, but these errors were encountered: