Skip to content
/ Bnorm Public

The anorm code in Play20 repo is really messy, hard to read, I add some comments and changes some variable names make more sence, and usage infix notion to replace dot notion.

Notifications You must be signed in to change notification settings

tinybyte/Bnorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Bnorm

This repo is totally for me to learn parser combinator in Scala. The codes is based on anorm implementation in Play20 repo, I change the codes as my learning need.

The anorm codes in Play20 repo are really messy, it works but following a very bad coding style.

The changes I've made to the anorm codes so far are: 1.add necessary comments 2.changes some bad variable names which make more sense and more intuitive 3.improve the coding style such as using infix notion to replace dot notion.

About

The anorm code in Play20 repo is really messy, hard to read, I add some comments and changes some variable names make more sence, and usage infix notion to replace dot notion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages