https://github.com/shaikrasheed99/rectangle-tdd
Implementation of Rectangle using TDD.
https://github.com/shaikrasheed99/rectangle-tdd
design-patterns java rectangle tdd tdd-java
Last synced: about 2 months ago
JSON representation
Implementation of Rectangle using TDD.
- Host: GitHub
- URL: https://github.com/shaikrasheed99/rectangle-tdd
- Owner: shaikrasheed99
- Created: 2022-04-03T08:36:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T18:05:27.000Z (about 3 years ago)
- Last Synced: 2025-01-13T19:39:05.061Z (4 months ago)
- Topics: design-patterns, java, rectangle, tdd, tdd-java
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rectangle using Test Driven Development
* This simple example would find area and perimeter of reactangle and as well as square.