jtrod liked a comment+100 XP
3d ago
@jtrod from PHP docs: "In PHP, it's possible to write else if (in two words) and the behavior would be identical to the one of elseif (in a single word). The syntactic meaning is slightly different (the same behavior as C) but the bottom line is that both would result in exactly the same behavior. ... Note: Note that elseif and else if will only be considered exactly the same when using curly brackets as in the above example. When using a colon to define if/elseif conditions, the use of elseif in a single word becomes necessary. PHP will fail with a parse error if else if is split into two words."
jtrod wrote a comment+100 XP
4d ago
@SabatinoMasala thanks, do you have a post or video about learning Linear so we can check in?
jtrod wrote a comment+100 XP
1w ago
jtrod liked a comment+100 XP
1w ago
Can I find this PRD skill somewhere? You mentioned the link for the project files or PRD file example, but I can't find it on this page. Thank you for the course.
jtrod wrote a comment+100 XP
4mos ago
I think guidelines are updated too, if you run php artisan boost:update