comment tag

7 questions


1 answers
79 views
0
Large Comment DB Schema Design

Hello, I'm trying to implement the comment function during the development of the bulletin board.I'm confused no matter how much I think about it and search for it.I'd like to ask for your help.First ...


1 answers
89 views
0
Implementation of the comment writing function

I want to implement the comment function of the comment.The image above is a capture of some of the following webtoon comments.If you press A tag called Reply 3, the comments are loaded down.In my opi...

1 years ago

1 answers
55 views
0
To process multi-line annotations in Ruby

In c, /**/ and in Python, ' are used to annotate several lines. How do I write multiple line annotations in Ruby?

1 years ago

1 answers
85 views
0
Python annotation #

I'm a beginner at Python. I know Python annotations are there to explain how to organize code that doesn't help coding at all like C, but to encode text as utf-8 when thrusting it # -*- coding: utf-8 ...

1 years ago

1 answers
73 views
0
Best Ripple System Implementation Logic Questions

This is a question about Best Reflection Logic.The comments I developed can be sorted (by likes/by writing)When you print TOP 3 by arranging it in the order of likes, you print it out with the best ri...

1 years ago

1 answers
54 views
0
Multi-line annotation processing

/* */ doesn't work on Python?I'm going to comment on several lines, but do I have to attach # to it?

1 years ago

1 answers
87 views
0
Why can't Python annotate multiple lines?

Why can't Python annotate multiple lines?I know that you use or ' to process multiple lines, but technically, it's right to classify it as a string, so I exclude it.Other languages support multi-line...

1 years ago

© 2024 OneMinuteCode. All rights reserved.