Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small improvements #52

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Small improvements #52

wants to merge 2 commits into from

Conversation

jejking-tw
Copy link
Contributor

What is being fixed - and why?

Improves README for additional clarity and some better formatting.

PricePlanService - some things could be a little clearer.

What has changed?

Does some reformatting in README. Mentions the possibility of using sdkman to manage JDK versions.

Renames a couple of methods and some method variables in PricePlanService to be closer to the actual problem space.

@@ -39,20 +39,17 @@ These values are used in the code and in the following examples too.

## Requirements

The project requires [Java 21](https://adoptium.net/en-GB/).
The project requires [Java 21](https://adoptium.net/en-GB/). If you have multiple JVMs on your machine, you might want to consider
using a tool such as [sdkman](https://sdkman.io/) to handle switching between versions.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest to use mise instead of sdkman. It allows for:

  1. Multiple language-support
  2. can read language-specific package config files (for eg .nvmrc) to then automatically provision the specific node version.

sdkman is only for java (i might be wrong), but it definitely does not handle the 2nd capability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants