ES6/WhatWG Loader & Node @BradleyMeck Node proposal Youtube video
こんばんは この記事は Node.js Advent Calender 2014の23日目の記事です。 Node.js Advent Calendar 2014 - Qiita 普段node書くとき、何気なく使ってるrequireだけど、どんな風にモジュールが読み込まれてるのかコアコードの中を追ってみる。 https://github.com/joyent/node/blob/v0.11.14/lib/module.js#L362 Module.prototype.require = function(path) { assert(util.isString(path), 'path must be a string'); assert(path, 'missing path'); return Module._load(path, this); }; こいつが各moduleが読み込まれた
Title Components Should Be Focused, Independent, Reusable, Small And Testable (FIRST)Components Should Be Focused, Independent, Reusable, Small & Testable (FIRST) Tweet Whether it’s a client or server-side component, a Node module or a piece of visual UI, components that are large are inherently more complex to maintain than those than are small. In fact, the secret to efficiently building ‘large’
HomeGetting StartedMotivationWhat is webpack?Installation (WIP)Usage (WIP)Require Modules (WIP)Vendor Modules (WIP)Using LoadersDev Tools (WIP)Step-by-step tutorialsGetting startedGuidesCommonJsAMDUsage with GruntUsage with gulpwebpack for browserify usersCode SplittingOptimizationLong-time CachingHow to write a loaderHow to write a plugin (WIP)Shimming modulesTestingComparisonListsList of loaders
http://shanon-tech.blogspot.jp/2013/05/perl.html Perl モジュールの作り方、2013年においては Authoring tool をつかって作るのがよいです。具体的には Minilla でつくるのがオススメであります。 perlbrew なり plenv なりで perl をいれたあとは、 % cpanm Minillaとして Minilla をインストールします。 % minil new Fooとすると、Foo.pm のスケルトンができあがります。作者の名前などは ~/.gitconfig などから自動的にさがしてきますので、設定不要です。 できあがったディレクトリは以下のような形になっています。 Foo ├── Build.PL ├── Changes ├── cpanfile ├── lib │ └── Foo.pm ├── LI
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く