Skip to content
#

immutable

Here are 703 public repositories matching this topic...

mannyhappenings
mannyhappenings commented Aug 28, 2018

While reading docs/readme for this repo, I am analysing the repo for usability of boilerplate. To find meaning of a word, I just google it. But for this one, I need to go deep and I can lost my primary reason for searching for this word. You cannot say RTFM to people if manual doesn't use proper language. #19

js-ipfs
jonasesr
jonasesr commented Dec 4, 2019

Currently there is no possibility to set up a custom rounding function. Therefore you are limited to the ones that are implemented by default. For my case I need a rounding function that always rounds up (e.g. 0.002 => 0.01 with precision 2, commercial rounding)

It would be nice to pass a callback or a string that describes the rounding mode. If it is a string and the string matches the suppo

dgreene1
dgreene1 commented Apr 15, 2019

Many people coming to this library were previously using MomentJS and Luxon. And in those libraries, it's very common to utilize moment().startOf("day"). I think it would be great to have some kind of documentation to help those coming from MomentJS or Luxon to quickly be able to utilize the correct API method.

I've done my best to document what I believe the options are in [this StackOverflo

FranciscoE-Hudl
FranciscoE-Hudl commented Jul 16, 2016

There is some immediate backlash about immutable collections by Java users, as their understanding of the concept is either getting a full copy per operation, or receiving an exception on mutating methods.

The persistent keyword along with some references to Big O perf in the documentation may help spread the understanding of the difference.

Improve this page

Add a description, image, and links to the immutable topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the immutable topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.