Konstanta (pemrograman) (Indonesian Wikipedia)

Analysis of information sources in references of the Wikipedia article "Konstanta (pemrograman)" in Indonesian language version.

refsWebsite
Global rank Indonesian rank
2nd place
4th place
1,131st place
1,319th place
6th place
2nd place
4,643rd place
9,477th place

archive.org

doi.org

  • Schilling, Jonathan L. (April 1995). "Dynamically-Valued Constants: An Underused Language Feature". SIGPLAN Notices. 30 (4): 13–20. doi:10.1145/202176.202177. 
  • Perkins, J. A. Programming Practices: Analysis of Ada Source Developed for the Air Force, Army, and Navy. Proceedings TRI-Ada '89. hlm. 342–354. doi:10.1145/74261.74287. 

ibm.com

publib.boulder.ibm.com

stackoverflow.com

  • Timwi (2010-09-09). "Read-only ("const"-like) function parameters of C#". http://stackoverflow.com/: Stack Overflow. Diakses tanggal 2012-05-06. [...] Then you can declare methods whose parameter type “tells” whether it plans on changing the variable or not:. [...] This mimics compile-time checks similar to constness in C++. As Eric Lippert correctly pointed out, this is not the same as immutability. But as a C++ programmer I think you know that.