Skip to content

Ekscentricitet/PopularTasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PopularTasks

Custom solutions for popular tasks.

The purpose of it is to practice skills that I have, such as OOP, unit testing, git workflow, problem solving.

Usage

The current version is intended for preview only.

So far I have only implemented sentence reversal. You can download the source file and play with the unit tests. You can also run the console application and write custom strings in the console.

Version history

  • 1.0.1:
    • Added an extension method to edit the passed char array instead of creating a copy.
  • 1.0.0: Initial commit:
    • Added sentence reversing logic for strings and character arrays.
    • Created extension methods to utilize the code.
    • Added basic unit tests for the core logic.

About

Custom solutions for popular tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages