Skip to content

Commit 5184c37

Browse files
committed
Fix broken image src in safe.dd
1 parent 3532f29 commit 5184c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/safed.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $(D_S SafeD—The Safe Subset of D,
1212
I've seen some very good programmers move away from C++ in favor of languages like Java or C#. Being a hard-core C++ programmer myself, I wondered why anyone would want to switch to a less powerful and less efficient language. Mind you, I could understand why a newcomer would opt for a simpler, flatter-learning-curve language but, once somebody invested the time and effort to become proficient in C++, why in the world would they want to abandon it?
1313
)
1414

15-
<img src="images/dman-rain.jpg" border=0 alt="D-man in rain" style="float:right" alt="D Style" height=200>
15+
<img src="$(ROOT_DIR)images/dman-rain.jpg" border=0 alt="D-man in rain" style="float:right" alt="D Style" height=200>
1616

1717
$(P
1818
The universal reason I've heard from the turncoats was $(DOUBLEQUOTE productivity.) The consensus seems to be that programmers are more productive using Java, C#, Ruby, or Python than they are using C++.

0 commit comments

Comments
 (0)