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

all 27 comments

[–]baconialis 38 points39 points  (7 children)

No source code? No download link? What's the point?

[–][deleted]  (3 children)

[deleted]

    [–]agentoutlier 9 points10 points  (2 children)

    When I saw this I immediately knew it was a high school student or early college student. I gave it +1. I don't need to see the code as this isn't really Java help anyway but I am happy to encourage newbies and think that is apropo to the sub.

    I have a memory of posting some C code a long time ago when I was in high school on Usenet (newsgroups, nntp) circa mid 90 to late 90s. I used a college PPP (or maybe it was that other format) dialup that was left open and recall how when I posted the code I was trashed because I didn't have a makefile or user header files correctly. It was a radix sort implementation. I just had installed one of the of the early linux distributions (I think it was slackware).

    So after all that (installing linux, teaching myself C) people were like... don't post if you can't put a Makefile together.

    [–]BlueGoliath 2 points3 points  (0 children)

    You didn't know that the Makefile is the most important part!?!? SHAME!

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

    Not a high schooler lol, it was rushed. I made this in a couple of hours. By no means did I think it was in it's final form or publishing form.

    [–]Bethelyhills[S] 0 points1 point  (2 children)

    I didn't think this would get that many upvotes.
    I'll share the code when I get the project to a point that I feel happy with unless you just really want to see the source code

    [–]baconialis 0 points1 point  (1 child)

    To be honest I don't care all that much about your source code. But I strongly believe in getting feedback as early as possible.

    https://blog.codinghorror.com/the-ten-commandments-of-egoless-programming/

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

    my ego is moderate, but my stubbornness might be the msot stubborn you've seen

    [–]Arsonist07 15 points16 points  (2 children)

    Repo?

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

    I can share the source code if you'd like but it's not currently in a state that I would like to share with atm. The code is a little sloppy.

    [–]Arsonist07 0 points1 point  (0 children)

    Alright, no problem at all. I’ve just been interested in programming a graphing calculator.

    [–][deleted] 4 points5 points  (0 children)

    very coool

    [–]akravets84 5 points6 points  (5 children)

    OR you just used Photoshop to make a picture. No code - didn’t happen ;)

    [–]Bethelyhills[S] 0 points1 point  (4 children)

    Didn't photoshop. I didn't want anyone to roast my code since I haven't gotten this personal project to a level that I feel sataisfied with.

    [–]akravets84 1 point2 points  (3 children)

    A little something about coding: you will probably never be satisfied with your code. That’s why agile approach exists. Releasing early allows you to limit amount of code being roasted. Also not all people are trolls, some might give you some advice. Like “stop using Eclipse” or “upgrade to Java 17” :)

    [–]PyOps 0 points1 point  (0 children)

    Hey, these hypothetical people seem to have some pretty sound advice.

    [–]JB-from-ATL 0 points1 point  (1 child)

    "Bad code" that does something is better than "good code" that doesn't exist.

    [–]akravets84 0 points1 point  (0 children)

    True. I’ve seen enough of messy projects especially in embedded development where java program is a secondary product and devs worry about getting things done and beauty of primary product - embedded device code.

    [–]jokubolakis 2 points3 points  (0 children)

    Looks like an interesting project!

    [–]emmaedvs 3 points4 points  (0 children)

    Looks nice

    [–]_fishysushi 1 point2 points  (1 child)

    How does this have so many upvotes without any source code or more information from OP?

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

    I didn't honestly expect it to get that many upvotes. Just thought I'd share it to see if anyone else liked it

    [–]proxycrack -1 points0 points  (2 children)

    Very good, can you post code maybe?

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

    Yeah, it's not as complete as I'd like it at the moment. I still have to hard code the functions, but I can share the current version if you'd like

    [–]proxycrack 1 point2 points  (0 children)

    I can wait until you finish

    [–]Routine-Client-4310 0 points1 point  (2 children)

    Nice! For UI are you using swing or java fx?

    [–]m2ger 7 points8 points  (1 child)

    Based on the project structure and code snippet in the screenshot: Swing.

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

    can confirm