Small and Medium CodeReading Products in Scala [Closed]

Asked 1 years ago, Updated 1 years ago, 85 views

Do you want to improve this question?Edit this post and update the question to focus on one issue

Closed 7 years ago.

7 years ago

Recently, I've been thinking about reading a glass book and entering the second half, but I'm thinking about developing it after that, and I think I should read the code of a product of a small size.I think that the larger ones are probably per Spark, but do you have any recommendations for small and medium-sized products based on the CLI?

scala

2022-09-30 19:38

1 Answers

Personally, I think the code written by n8han (and my NY colleagues) has a good sense because the code is neatly organized.What about the library dispatch reboot for HTTP?

For example, sjson for json parsing.For practical use, we use json4s (and jawn), but for reading material, sjson should be an example of using a model class.The implementation was influenced by the pattern of the type class by scopt (and scopt3.0) and reput-offer-off (http://eed3si9n.com/ja/howto-write-a-dispatch-plugin"l"replay-off"refter=" ""="refflow"replay-off"" >" h"replay-off" re"refflow">How to write the Dispatch plug-in ) and so on.

If you connect to Twitter, Twitter is Publishing a number of libraries, so you may want to look at what you are interested in.

Another CLI is Scala Logging for logging.

I don't know if it's medium or large, but it's useful to be able to read standard library code and Reflection API and compiler implementation code

.


2022-09-30 19:38

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.