https://github.com/zlfn/cs332-assign
CSE332 - Software Design Methods assignments
https://github.com/zlfn/cs332-assign
Last synced: 11 months ago
JSON representation
CSE332 - Software Design Methods assignments
- Host: GitHub
- URL: https://github.com/zlfn/cs332-assign
- Owner: zlfn
- Created: 2024-09-03T05:42:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T17:58:46.000Z (over 1 year ago)
- Last Synced: 2025-03-13T15:44:42.036Z (about 1 year ago)
- Language: Scala
- Size: 1.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSE-332 소프트웨어설계방법
Super Scala Programming
http://pl.postech.ac.kr/~gla/cs332/index.html
## Develpment Environment



* I manage my development environment with [mise](https://github.com/jdx/mise)
You can check tools' versions and environment variables in [.mise.toml](./.mise.toml)
```nu
mise install
mise trust
mise set
```
```nu
sbt test
sbt run
```
* My IDE is Neovim, and you can find configurations in [here](https://github.com/zlfn/nvim-config)
I use metals as Scala lsp. But this is not important for building the program.
## Trivia
Scala is too fun to wait build