All Projects → zhangxiang958 → underscore-analysis

zhangxiang958 / underscore-analysis

Licence: other
underscore 源码分析

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to underscore-analysis

Underscore Java
java port of Underscore.js
Stars: ✭ 327 (+1535%)
Mutual labels:  underscore
Underscore Analysis
underscore.js源码分析一点点进行中,欢迎watch
Stars: ✭ 57 (+185%)
Mutual labels:  underscore
Blog
若川的博客—学习源码整体架构系列8篇,前端面试高频源码,微信搜索「若川视野」关注我,长期交流学习~
Stars: ✭ 234 (+1070%)
Mutual labels:  underscore
Yalinqo
Yet Another LINQ to Objects for PHP [Simplified BSD]
Stars: ✭ 400 (+1900%)
Mutual labels:  underscore
Sensei Grid
Simple and lightweight data grid in JS/HTML
Stars: ✭ 808 (+3940%)
Mutual labels:  underscore
Dash
Functional programming library for PHP. Inspired by Underscore, Lodash, and Ramda.
Stars: ✭ 84 (+320%)
Mutual labels:  underscore
underscore.haz
🔍 _.haz() is like _.has() but this underscore and/or lodash mixin lets you do deep object key existence checking with a dot denoted string, for example 'a.b.c'
Stars: ✭ 13 (-35%)
Mutual labels:  underscore
php-underscore
PHP underscore inspired &/or cloned from _.js, with extra goodies like higher order messaging
Stars: ✭ 42 (+110%)
Mutual labels:  underscore
Javascript ninja
javascript-ninja 😆
Stars: ✭ 11 (-45%)
Mutual labels:  underscore
Inflector
A multilingual inflector that transforms words from singular to plural, underscore to camel case, and formats strings in various ways.
Stars: ✭ 204 (+920%)
Mutual labels:  underscore
Underscore Analysis
【NO LONGER UPDATE】underscore-1.8.3.js 源码解读 & 系列文章(完)
Stars: ✭ 3,940 (+19600%)
Mutual labels:  underscore
Moses
Utility library for functional programming in Lua
Stars: ✭ 541 (+2605%)
Mutual labels:  underscore
Param.macro
Partial application syntax and lambda parameters for JavaScript, inspired by Scala's `_` & Kotlin's `it`
Stars: ✭ 170 (+750%)
Mutual labels:  underscore
Nspl
Non-Standard PHP Library - functional primitives toolbox and more
Stars: ✭ 365 (+1725%)
Mutual labels:  underscore
ugo
Simple and expressive toolbox written in Go
Stars: ✭ 27 (+35%)
Mutual labels:  underscore
Gulp Template
Render/precompile Lodash templates
Stars: ✭ 276 (+1280%)
Mutual labels:  underscore
Babel Plugin Partial Application
[DEPRECATED] Please use https://github.com/citycide/param.macro
Stars: ✭ 60 (+200%)
Mutual labels:  underscore
backbone-tutorial-series
Source code generated in the Backbone.js tutorial series
Stars: ✭ 71 (+255%)
Mutual labels:  underscore
php-lodash
php-lodash is a PHP utility library, similar to Underscore/Lodash.
Stars: ✭ 35 (+75%)
Mutual labels:  underscore
You Dont Need Lodash Underscore
List of JavaScript methods which you can use natively + ESLint Plugin
Stars: ✭ 13,915 (+69475%)
Mutual labels:  underscore

underscore 源码阅读

希望通过阅读 underscore 这一工具库的源码,巩固自己的 javascript 功力,如果觉得我写得好, 欢迎给我一个 star。你的关注是我持续写作的最大动力。

Source Code

添加注释的 underscore 源码 -- 1.8.3

Article List

root 对象初始化

underscore 中的变量缓存与继承

硬绑定代码性能优化

解读 cb 函数

模拟 ES6 rest 运算符

Javascript 中的数据类型判断

Licence

MIT License

Copyright (c) 2017 Shawn Cheung

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Concat

Mail [[email protected]](mailto [email protected])

Blog zhangxiang958.github.io

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].