Skip to content

Commit 3c36cbb

Browse files
committed
Add section on getting help
1 parent 3f014cf commit 3c36cbb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/src/tutorials/getting_started/debugging.jl

+15
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,21 @@
4040
using JuMP
4141
import HiGHS
4242

43+
# ## Getting help
44+
45+
# Debugging can be a frustrating part of modeling, particularly if you're new to
46+
# optimization and programming. If you're stuck, join the
47+
# [community forum](https://discourse.julialang.org/c/domain/opt/13) to search
48+
# for answers to commonly asked questions.
49+
50+
# Before asking a new question, make sure to read the post
51+
# [make it easier to help you](https://discourse.julialang.org/t/please-read-make-it-easier-to-help-you/14757),
52+
# which contains a number of tips on how to ask a good question.
53+
54+
# Above all else, take time to simplify your code as much as possible. The
55+
# fewer lines of code you can post that reproduces the same issue, the faster
56+
# someone can answer your question.
57+
4358
# ## Debugging Julia code
4459

4560
# Read the [Debugging chapter](https://benlauwens.github.io/ThinkJulia.jl/latest/book.html#chap21)

0 commit comments

Comments
 (0)