Skip to content

thedeepman/coding-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

coding-problems

Using Behavior Driven Development in Java to solve/save coding problems from various sources

Instructions

Standard maven setup

  • Run 'mvn clean install' for initial setup
  • 'mvn test' to run all tests including BDD

Project Structure

For each coding problem, create

  • Gherkin feature file in \src\test\resources\com\github\thedeepman\problems
  • Step definitions in \src\test\java\com\github\thedeepman\problems\StepDefinitions
  • Actual production code in \src\main\java\com\github\thedeepman\problems

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published