Git Product home page Git Product logo

liner.wpf's Introduction

Liner.WPF - interview project

For that project some fetures should be implemented but i didn't have so much time:

Architecture

#1 - Liner.API for simplicity are class libraries, in production env should be external API and publicated contracts

#2 - Proper UnitTest should be written for whole Lines.Core domain business logic models

#3 - UnitTests with testing framework like NUnit, libraries - AuotFixture, FluentAssertions, Moq

#4 - ILogger implementation for storing logs in some persist storage

#5 - Some kind of AoP approach for logging business Exceptions from API

#6 - Maybe AutoMapper library for mapping Contracts <-> CommandRequests <-> BuildCoreDomainModels (I preffer explicit creation of DomainModels)

Algorithm

4.1 - BFS would be significantly faster with dedicated nodes not Node, explicit memory allocations(unsafe)

4.2 - In this case data volume is very small - only 206k nodes with max 4 childrens

4.2 - For bigger volume more complex algorithm should be used including paraller execution

liner.wpf's People

Contributors

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