4,025 reputation
2410
bio website en.zhenghui.org
location China
age
visits member for 1 year, 10 months
seen 2 hours ago
stats profile views 223

Author of the book "programming paradigm and OOP ideology"(rated 8.8-9.0/10 on douban)


May
14
revised Bash expect wait wget download
fix a typo 'except' which should be expect
May
5
revised How can I make an object inherit two objects in its prototype?
added 152 characters in body
May
5
revised How can I make an object inherit two objects in its prototype?
added 381 characters in body
May
5
comment How can I make an object inherit two objects in its prototype?
@alex23 First, although the OP mentioned inherit, mixin probably meets his need(People who insists inheritance usually only needs code reuse instead of typing-related construction). Secondly, I point out that my answer is not true multi-inheritance, which wouldn't mislead future visitors. Lastly, your answer is not multi-inheritance either(please see my comments on it).
May
5
comment How can I make an object inherit two objects in its prototype?
@Derija93 You're right, I added that fact in my answer.
May
5
revised How can I make an object inherit two objects in its prototype?
added 360 characters in body
May
5
revised How can I make an object inherit two objects in its prototype?
added 196 characters in body
May
5
answered How can I make an object inherit two objects in its prototype?
Apr
28
comment Why is isJavaLetterOrDigit deprecated?
That's right, Java is a very, very backwards-compatible language, and JDK rarely removes deprecated methods, but it's still not 100% backwards-compatible(e.g. math.uni-hamburg.de/doc/java/tutorial/post1.0/converting/…). Besides, we don't want @SuppressWarnings("deprecation") stuff everywhere.
Apr
28
revised Why is isJavaLetterOrDigit deprecated?
added 20 characters in body
Apr
28
comment Why is isJavaLetterOrDigit deprecated?
@EJP I know for compatibility reason the deprecated APIs are usually kept for some time. But in the long run, library provider may choose to break that compatibility. Anyway, we don't want to take that risk.
Apr
28
revised Why is isJavaLetterOrDigit deprecated?
added 67 characters in body
Apr
28
revised Why is isJavaLetterOrDigit deprecated?
added 10 characters in body
Apr
28
revised Why is isJavaLetterOrDigit deprecated?
added 206 characters in body
Apr
28
answered Why is isJavaLetterOrDigit deprecated?
Apr
25
revised Can do i use testacular to test web pages that are not not on my localhost?
added 45 characters in body
Apr
25
answered Can do i use testacular to test web pages that are not not on my localhost?
Apr
10
revised How do I sum the first value in each tuple in a list of tuples in Python?
added double underscore choice
Mar
29
awarded  Fanatic
Mar
11
awarded  Necromancer