Skip to content

Instantly share code, notes, and snippets.

@3100
Last active August 29, 2015 14:02
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 3100/62a52cc00c61c90f231c to your computer and use it in GitHub Desktop.
Save 3100/62a52cc00c61c90f231c to your computer and use it in GitHub Desktop.

全体

Let this long package float, 
Goto private class if short.
While protected with debugger case,  
Continue volatile interface.
Instanceof super synchronized throw, 
Extends final export throws.  

Try import double enum?  
- False, boolean, abstract function, 
Implements typeof transient break!
Void static, default do,  
Switch int native new. 
Else, delete null public var 
In return for const, true, char
…Finally catch byte.

Reserved Keywords in Javascript - Stack Overflow

よくわからないので試しに訳してみる。

分割統治

Let this long package float, 
Goto private class if short.
このムダに長いパッケージを投げ捨てて、
短くしたらprivateクラスにしよう。
  • if shortってのが既にあるもの(対比)についてなのか新しいもの(順接)についてなのかわからない。
While protected with debugger case,  
Continue volatile interface.
デバッグ用処理を使って実装を保護する一方、
不安定なインターフェースのまま。
  • ネガティブなニュアンスなのかポジティブなニュアンスなのかわからないですorz
Instanceof super synchronized throw, 
Extends final export throws.  
instanceof(super)は例外発生の元、
(キャッチされず?)最後までthrowされる。
  • 意味自体通ってるのかも含めてあっているのかよくわからない
Try import double enum?  
- False, boolean, abstract function, 
doubleを取れるenumを導入しようとしてる?
- いや、booleanと抽象関数さ。(返答)
  • どれもJavaScriptにないものかと。
Implements typeof transient break!
一時的なbreak型を実装!
  • transient breakってなんだろう。
  • なぜ3人称単数?(前の文と続いているか?)
Void static, default do,  
Switch int native new. 
staticをやめる、常にそうして、
まっさらなnewに切り替えよう(?)
  • switch int ってswitch文でintしか使えないのと、switch intoを掛けてる?
Else, delete null public var 
In return for const, true, char
…Finally catch byte.
あるいは、nullになってるpublic変数を削除して
const, true, charと引き換えに
...最後にバイトを掴む
  • どこで区切るのかわからなかった。
@3100
Copy link
Author

3100 commented Jun 6, 2014

加筆修正希望

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment