Git Product home page Git Product logo

patika.dev-property-finder-go-bootcamp-week-4's Introduction

week-4-homework-1

  • Please read "A Guide to the Go Garbage Collector" at https://go.dev/doc/gc-guide and come up with questions you may have in the next class.

  • Add error handling to the example calculator.go of ch07 we studied at the end of last class. And also make sure that the example works file even though math function name entered by the user is lower case of name registered by the calculator. i.e. make the calculator match math function names case insensitive. (In fact the new copy that I uploaded yesterday to Google Drive includes these new features bu you can try to implement yours and then have a look at the way I implemented ๐Ÿ™‚)

  • Create an abstraction to make conversions among different temperature systems such as Celsius, Farhenheit and Kelvin. Create a calculator that is loosely coupled to that abstraction i.e. program to an interface, not an implementation principles is observed. Make sure that the program can interact with the user so that user can achieve some conversions using the program.

  • How would you implement a program to list go source code files in a given directory including all sub-directories recursively? Please use filepath.WalkDir() function (https://pkg.go.dev/path/filepath#WalkDir) for this purpose.

Do not forget to commit the initial and final work.

patika.dev-property-finder-go-bootcamp-week-4's People

Contributors

github-classroom[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.