Updated Go2GenericsFeedback (markdown)

Nodir Turakulov 2018-08-29 20:37:59 -07:00
parent 4e84f1739d
commit 42eabff040

@ -88,7 +88,7 @@ As the amount of feedback grows, please feel free to organize this page by speci
> The math package will be extended to provide a set of simple standard algorithms for all numeric types, such as the ever popular Min and Max functions. > The math package will be extended to provide a set of simple standard algorithms for all numeric types, such as the ever popular Min and Max functions.
FWIU adding type parameter(s) to an existing type/func makes programs that use the type/func invalid. FWIU adding type parameter(s) to an existing type/func most likely breaks existing programs that use the type/func.
How `math.Max` will be changed? How `math.Max` will be changed?
Is the intention to make backward-incompatible changes and write tools to automatically convert code to Go2? Is the intention to make backward-incompatible changes and write tools to automatically convert code to Go2?
What is the general recommendation for authors of other libraries that provide funcs and types that currently operate with `interface{}`? What is the general recommendation for authors of other libraries that provide funcs and types that currently operate with `interface{}`?