The Wayback Machine - https://web.archive.org/web/20200523065912/https://github.com/topics/cs
Skip to content
#

cs

Here are 296 public repositories matching this topic...

phpinsights
olivernybroe
olivernybroe commented Mar 5, 2020
Q A
Bug report? no
Feature request? yes

Right now we can create custom configuration based on presets, however I think it would be worth allowing custom presets also.
This would mean opening up the Preset interface so for example a framework could maintain their own Preset file and users can then use the preset, just by pointing

hkdobrev
hkdobrev commented Feb 27, 2017

I don't think it is correct to generate code which will put an argument with a default value before an argument without a default value.

In the example the generated code produces a function like that:

function bar(int $a = null, string $b, bool $c, callable $d = null) : float

This means the first argument is optional, but the second and third aren't.

I realise = null i

SeonHyungJo
SeonHyungJo commented Jul 28, 2019
파일 주제 할당자 완료
렉시컬 속이기 - eval() Scope
eval()
웹 브라우저의 작동 원리 웹 브라우저의 작동 원리 (CSS, JS 위치 제외) @devjinius
Module javascript의 module (시간의 흐름에 따라) @SeonHyungJo
브라우저에서의 Module
함수형 프로그래밍 Functinonal Programming @BKJang
Currying Currying @BKJang
고차 함수(High Order Function) Higher Order

Improve this page

Add a description, image, and links to the cs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.