- The Ruby Workshop
- Akshat Paul Peter Philips Dániel Szabó Cheyne Wallace
- 192字
- 2021-06-11 13:04:39
Summary
In this chapter, we took a journey into data types and some very common operations that can be performed on them. We started out with array operations and took a closer look at adding, removing, and iterating over this data type. Then, we moved on to the hash data type and discovered the hidden magic that powers most of the web and desktop applications written in Ruby. Hashes are a very common way to store and manipulate data inside web applications. We added, removed, and iterated over hashes, and then performed some symbol-based sorting with nested hashes. Our final destination in this chapter was the methods and functions that allow us to create either functional or procedural applications in Ruby. Functions and methods in themselves are not of much use, so we imbued them with arguments. We also took a closer look at how optional and default arguments are handled in case multiple arguments are passed. This constituted a very important chapter, namely, how the extra arguments are mapped to the predefined arguments. In the next chapter, we will be studying methods in detail and how they define the program workflows.
- Clojure Programming Cookbook
- 極簡算法史:從數學到機器的故事
- Java應用開發與實踐
- Mastering matplotlib
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Hadoop+Spark大數據分析實戰
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- 劍指Java:核心原理與應用實踐
- Django實戰:Python Web典型模塊與項目開發
- PrimeFaces Blueprints
- Python開發基礎
- Python數據可視化之美:專業圖表繪制指南(全彩)
- 大學計算機基礎實驗指導
- Go語言從入門到精通
- Qt 4開發實踐