16
Bubbles
5y

OFFICIALLY COMPLETED A PROJECT!!

Its not anything too fancy but I am very proud of it.
It is a simple C# (.NET Core) Console application. that also uses SQLite

if anyone wants to see it heres the repo:
https://github.com/BubbsTheSupreme/...

Comments
  • 17
    No, that can't be. Never has anyone ever before completed a project.
  • 6
    Get yourself a Readme and I'll check it out! Good work!
  • 3
    you know that you're not supposed to commit generated files, right? the obj/ and bin/ directories shouldn't be in the repo

    just sayin'

    also the 'switch' in your Main method is missing the default case and a goto in checklist.files.delete_list when it isn't necessary

    and yeah, you might wanna use the language conventions for your next project :P
  • 2
    @Krokoklemme oh I see well thank you for informing me
  • 1
    @jschmold I’m afraid I can’t do that
  • 1
    @Hubot-0x58 thank you!!
  • 4
    @jschmold TIL there are Goto's in C# and Im a C#/.NET developer
  • 2
    @maushax thx I actually need to print this and suggest it to put it on my office. Any other good materials for c#?
Add Comment