To start off the class se371 itself was a breath of fresh air in terms of learning version control. The first assignment in it of itself though very brief and easy had it’s nuances as I had to go to google to refresh myself on how a Fibonacci sequence was conducted. The actual coding part was more or less easy and fun. Started off created a class in Java I am currently using eclipse as my IDE but I bounce around between Vscode and IntelliJ from time to time. After that created a fib method to calculate the Fibonacci number given a certain sequence index. Then utilized a scanner so that a user could input a given sequence number and then my method would spit out the Fibonacci number at the given index. The process of committing on Github was pretty straightforward just dragged and drop my Assignment file with my .java file in there pretty easy. All in all a very easy and intro assignment in using version control/github.
Leave a comment