Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
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 -
devTea240885y@maushax thx I actually need to print this and suggest it to put it on my office. Any other good materials for c#?
Related Rants
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/...
rant
github
project completed
first project