Jump to content

Programming in unity

Pa1yn

I wrote one of my first successful c# scripts inside unity using the official documentation to figure stuff out, therefore did i write it and should i feel acomplished?

Link to comment
Share on other sites

Link to post
Share on other sites

9 minutes ago, GougedKirby522 said:

I wrote one of my first successful c# scripts inside unity using the official documentation to figure stuff out, therefore did i write it and should i feel acomplished?

Yes, you should feel accomplished!

Programming is all about taking the tools and information out there and transforming it into the code you need for your projects.

 

Don't reinvent the wheel, if there is already a good implementation of a certain problem; learn from it, understand it, apply it to your situation and adapt where needed.

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
Share on other sites

Link to post
Share on other sites

17 minutes ago, minibois said:

Don't reinvent the wheel, if there is already a good implementation of a certain problem; learn from it, understand it, apply it to your situation and adapt where needed.

Some times it's good to reinvent the wheel to learn. 

 

Today I created a router for nodejs that uses only things available in the standard library. 

 

It has support for all http methods, support for params like /post/:id  and also query parameters (but not arrays just yet) 

 

It was a great learning experience and fast :P

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
Share on other sites

Link to post
Share on other sites

Yes. Just as a construction company uses bricks & nails & wood they didn't make themselves, they still built a structure.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×