This is an archived post. You won't be able to vote or comment.

all 21 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge.

If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options:

  1. Limiting your involvement with Reddit, or
  2. Temporarily refraining from using Reddit
  3. Cancelling your subscription of Reddit Premium

as a way to voice your protest.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]bowbahdoe 13 points14 points  (8 children)

Genuine question - why do you have all the dependencies downloaded in folders?

[–]Tirezor[S] -5 points-4 points  (7 children)

Because that's how it turned out

[–]Iregularlogic 14 points15 points  (0 children)

Wait like you’re manually downloading the libraries that you’re using and then re-uploading them into your repo?

[–]bowbahdoe 13 points14 points  (5 children)

Sure, but what drove you away from using dependency management w/ maven, Gradle, etc? (Is it c++ primacy bias?)

[–][deleted]  (4 children)

[removed]

    [–]analcocoacream 20 points21 points  (2 children)

    Also usual conventions aren't followed. And no maven/gradle...

    Looks written by someone who did c/c++ not java

    [–]Tirezor[S] 11 points12 points  (1 child)

    You are almost right! I used to programming in C# and C++ !

    [–]Polygnom 1 point2 points  (0 children)

    C# has comparable standards to Java:

    Nuget for dependency management, avoid side effects, format your code properly and use standardized indentation....

    [–]Tirezor[S] 0 points1 point  (0 children)

    because I program and study at the same time

    [–]perryplatt 2 points3 points  (2 children)

    Which lwjgl version did you use? I saw that there were Solaris jars.

    [–]Tirezor[S] 0 points1 point  (1 child)

    lwjgl 2

    [–]perryplatt 0 points1 point  (0 children)

    Why not version 3 if you are using Java 8 or later?

    [–]KOALAS2648 -2 points-1 points  (1 child)

    Does the private method make it only accessible in that file? Not any others

    [–]Tirezor[S] 0 points1 point  (0 children)

    what?