Coder Social home page Coder Social logo

gearset-assessment's Introduction

Usage

dotnet restore
cd GearsetAssessment
dotnet run -- input.txt

Output pdf file will be GearsetAssessment/output.pdf

Run Tests

dotnet restore
dotnet test

My views on the final version of the project

  • In the sample input, it was not clear when to create a new paragraph. I assumed that both .paragraph and .indent commands go onto a new paragraph. Also I did not create a new paragraph on .large or .normal commands.
  • Commands list did not contained definion on .large and .normal commands but they were present on the sample. Thus, I implemented them also.
  • I was not sure where to put the ExtractMethod function. I decided best place would be a separate static class. However, I am still uncomfortable because of the way if clauses are stacked. Currently, it is the only solution I can think of.
  • At first, I did not want to create an interface for PdfBuilder but for unit tests of CommandParser, Moq required some kind of abstraction. Otherwise, it cannot add spies on the methods of the mocked class.

gearset-assessment's People

Contributors

aliparlakci avatar

Stargazers

 avatar

Watchers

 avatar  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.