Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tobydragon
/
SoftwareEngineeringPractice
Public
Notifications
You must be signed in to change notification settings
Fork
47
Star
1
Code
Issues
0
Pull requests
17
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Check balance1
- #14
#14
Open
Joel0420
wants to merge 18 commits into
tobydragon:master
tobydragon/SoftwareEngineeringPractice:master
from
Joel0420:checkBalance1
Joel0420/SoftwareEngineeringPractice:checkBalance1
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Open
Check balance1
#14
Joel0420
wants to merge 18 commits into
tobydragon:master
tobydragon/SoftwareEngineeringPractice:master
from
Joel0420:checkBalance1
Joel0420/SoftwareEngineeringPractice:checkBalance1
Copy head branch name to clipboard
Commits
Commits on Jan 22, 2020
Tests for email validation.
Joel0420
committed
92f0b12
View commit details
Copy full SHA for 92f0b12
Browse repository at this point
Commits on Jan 23, 2020
implemented isEmailValid, passing all tests
gabepesco
committed
443a173
View commit details
Copy full SHA for 443a173
Browse repository at this point
added one more test case that previous isEmailValid failed, fixed bug, proposing as final version
gabepesco
committed
377a67a
View commit details
Copy full SHA for 377a67a
Browse repository at this point
Commits on Jan 24, 2020
corrected wrong call of indexOf to lastIndexOf, added withdraw function
gabepesco
committed
4062f1e
View commit details
Copy full SHA for 4062f1e
Browse repository at this point
added new test cases
Joel0420
committed
cde1671
View commit details
Copy full SHA for cde1671
Browse repository at this point
Merge branch 'master' of https://github.com/Joel0420/SoftwareEngineeringPractice
Joel0420
committed
32aee17
View commit details
Copy full SHA for 32aee17
Browse repository at this point
Commits on Jan 27, 2020
added notes to the updated test cases.
Joel0420
committed
0409ba0
View commit details
Copy full SHA for 0409ba0
Browse repository at this point
added javadoc on the withdraw
Joel0420
committed
1672780
View commit details
Copy full SHA for 1672780
Browse repository at this point
added javadoc on the get balance function.
Joel0420
committed
1b4a0b0
View commit details
Copy full SHA for 1b4a0b0
Browse repository at this point
fixed constructor for BankAccount to throw exception when initialized to negative balance
gabepesco
committed
9863c6c
View commit details
Copy full SHA for 9863c6c
Browse repository at this point
Commits on Jan 28, 2020
withdraw test and get balance test working.
Joel0420
committed
ba61c05
View commit details
Copy full SHA for ba61c05
Browse repository at this point
Commits on Jan 30, 2020
Full bank account class working.
Joel0420
committed
019c4f2
View commit details
Copy full SHA for 019c4f2
Browse repository at this point
Full bank account class working with Contructor test.
Joel0420
committed
6c7b9fe
View commit details
Copy full SHA for 6c7b9fe
Browse repository at this point
Commits on Feb 3, 2020
Merge branch 'master' of https://github.com/Joel0420/SoftwareEngineeringPractice
Joel0420
committed
614e410
View commit details
Copy full SHA for 614e410
Browse repository at this point
Commits on Feb 4, 2020
added the api files
Joel0420
committed
072eba3
View commit details
Copy full SHA for 072eba3
Browse repository at this point
api files in correct location
Joel0420
committed
5319f02
View commit details
Copy full SHA for 5319f02
Browse repository at this point
Commits on Feb 6, 2020
changed something in central bank
Joel0420
committed
73ea2b5
View commit details
Copy full SHA for 73ea2b5
Browse repository at this point
Commits on Feb 9, 2020
checkbalance is working with unit tests
Joel0420
committed
b0c7799
View commit details
Copy full SHA for b0c7799
Browse repository at this point
You can’t perform that action at this time.