Indrek Siitan
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Indrek Siitan 创建了一个帖子, Exception refactoring
I have a bunch of old code that does something like this:use Application\Exception;try { ...}catch (\Exception $e) { if (DEBUGMODE) throw $e; throw new Exception('Invalid request.');}This pattern i... -
-
Indrek Siitan 创建了一个帖子, Keyboard support in the "Welcome to PhpStorm" window
In the earlier versions, using the arrow keys moved the focus between the list of recent projects on the left in the welcome window, and typing anything acted as a filter to narrow down this list. ...